Page 2 of 2
Re: Wikipedia's (1000+) color constant list
Posted: Tue Dec 02, 2014 10:58 pm
by minimy
Wow!.. A lot of colors.. who need a brush?..
Great job friend! Thanks for share?
Wikipedia's (1000+) colors explorer and comparer
Posted: Wed Dec 03, 2014 6:29 pm
by es_91
Some changes were made. Just wanted to draw your attention to this. It's like... to quote a to some people well-known paint artist:
"Shoot! Let's get crazy!"
R.I.P.
Let me dedicate this program to
Bob Ross as well as to the millions of people who contribute more than a letter to
Wikipedia.
http://web44.srv2.domainbase24.com/Stru ... omparer.pb
Yeah, i know I'm pretty exploiting this topic but then again, to the displeasement of some people, I still want to share this advancement with you.

Re: Wikipedia's (1000+) color constant list
Posted: Wed Dec 03, 2014 9:01 pm
by Vera
Thanks so much es_91 for your sharings
I haven't tested the desktop-funs yet as it's for WIN and I dare not risk my settings ... but with the new installation coming soon, I'll give it a go.
... especially to tune in with your dedication to Bob Ross, who also fascinated me some years ago
cheers ~ Vera
Re: Wikipedia's (1000+) color constant list
Posted: Sat Dec 06, 2014 5:49 pm
by netmaestro
Very useful, thanks for sharing!
btw, what I'm doing with it is I changed all '#' to '#WCOLOR_' so #AcidGreen becomes #WCOLOR_AcidGreen etc. and compiled the file to a resident. Now I don't have to mess with includes and I can type #WC in the ide and Autocomplete will show me a list of all the wiki colors so I can browse them and pick one. I usually can't remember exact names so this is very efficient. Thanks again

Re: Wikipedia's (1000+) color constant list
Posted: Sat Dec 06, 2014 6:56 pm
by es_91
netmaestro wrote:btw, what I'm doing with it is I changed all '#' to '#WCOLOR_' so #AcidGreen becomes #WCOLOR_AcidGreen etc. and compiled the file to a resident.
Oh, be careful! The names have not been checked by me individually and feedback from the forums has me only correcting a very few names ... perhaps there is more confusing stuff in the list...
/edit: Btw I'm curious, what do you have to do to create a resident file? Is it easy? This might not be the right place to talk about a how to, but maby you could provide a little link or something. If it is harder, maybe you could do me and some others a favour by sharing this resident file?
/edit: And another thing. Some colors in the list are missing: the once so important MS-DOS colors...
here is a list, containing the constants:
Code: Select all
#DOS_Black = $000000; RGB (0, 0, 0)
#DOS_Blue = $800000; RGB (0, 0, 128)
#DOS_Green = $008000; RGB (0, 128, 0)
#DOS_Aqua = $808000; RGB (0, 128, 128)
#DOS_Red = $000080; RGB (128, 0, 0)
#DOS_Purple = $800080; RGB (128, 0, 128)
#DOS_Yellow = $008080; RGB (128, 128, 0)
#DOS_White = $C0C0C0; RGB (192, 192, 192)
#DOS_Grey = $808080; RGB (128, 128, 128)
#DOS_LightBlue = $FF0000; RGB (0, 0, 255)
#DOS_LightGreen = $00FF00; RGB (0, 255, 0)
#DOS_LightAqua = $FFFF00; RGB (0, 255, 255)
#DOS_LightRed = $0000FF; RGB (255, 0, 0)
#DOS_LightPurple = $FF00FF; RGB (255, 0, 255)
#DOS_LightYellow = $00FFFF; RGB (255, 255, 0)
#DOS_BrightWhite = $FFFFFF; RGB (255, 255, 255)
Re: Wikipedia's (1000+) color constant list
Posted: Thu Jan 22, 2015 9:05 pm
by vmars316
Wow!
Quite the list...Thanks..Vern
Re: Wikipedia's (1000+) color constant list
Posted: Thu Jan 22, 2015 9:39 pm
by heartbone
I realize that I may be suggesting the impossible,
but it would be extremely useful if whenever the mouse pointer was outside the application's window
that the color value of the pixel under the pointer be displayed and mapped to a display of the nearest list color or three.
Clicking the mouse button (hold if necessary so as not to do anything unnecessary elsewhere)
would keep the last detected color(s) visible in the app's window.
Then perhaps with the addition of another setting,
the area under the pointer could be expanded to a small circle and the average of colors within the circle be automatically selected from the list and displayed.
Drawing a magnified representation of the region around the mouse pointer within that unused app window area would be much appreciated as well.
Re: Wikipedia's (1000+) color constant list
Posted: Mon Feb 09, 2015 8:30 pm
by vmars316
Vera wrote:Thanks too
I never knew my favorit color had a name ~
TangerineYellow
Here are some interesting tangerines:
http://www.colourlovers.com/colors/sear ... =tangerine
this is pretty cool also:
http://www.colourlovers.com/pattern/464 ... _Of_Pearls
Gazillions of colors, color schemes and patterns at this site.
..

Re: Wikipedia's (1000+) color constant list
Posted: Thu Feb 12, 2015 2:24 pm
by Vera
Hi Vern,
what a great tip ~

~ thank you

Re: Wikipedia's (1000+) color constant list
Posted: Thu Feb 19, 2015 6:11 pm
by vmars316
Vera wrote:Hi Vern,
what a great tip ~

~ thank you

And here is another quite interesting color-fest , sort colors by proximity:
http://www.uize.com/examples/color-sort ... imity.html
..vm
Re: Wikipedia's (1000+) color constant list
Posted: Mon Feb 23, 2015 12:02 am
by Mohawk70
I've been using that one for a long time now !