Joel
14th July 2003 22:41 UTC
Color Selector
Hi dudes.
This little tool will call the Windows Color Dialog, allowing to select a color and displaying the color in three
formats:
1. Visual C++ format (0x00RRGGBB)
2. HTML Hex color format (#RRGGBB)
3. RGB (rr,gg,bb)
This tool is handy if you want use, in one or more objects, as background color.
Web Archive
Afrow UK
14th July 2003 23:18 UTC
Very nice!!!
-Stu :) :)
Joel
15th July 2003 00:29 UTC
thanks man :D
Brummelchen
15th July 2003 12:06 UTC
Another freeware for html here
http://www.vecdev.com/htmlcolor.html
iceman_k
15th July 2003 15:35 UTC
FYI, HM NIS Edit has a built in color selector.
Joel
24th August 2004 17:03 UTC
version 2
Version 2 of colorsel2 is here.
Build in Visual C++ 6.0.
New:
1. Pure API.
2. Included Source Code
TODO:
1. Convert to Delphi & Visual Basic styles.
Comments?
bluenet
25th August 2004 01:16 UTC
Is possible and a convert feature, enter a HTML format #RRGGBB and directly convert to VC format 0x00RRGGBB? Some time we known a value but donot known how to select it.
Joel
25th August 2004 01:52 UTC
Well, that could be an extra feature, for the next release...
Right now invert the values, for example:
#FF00EE will be like 0x00EE00FF ;)
VegetaSan
25th August 2004 17:28 UTC
(delete this post. explorer posted it twice :S )
VegetaSan
25th August 2004 17:43 UTC
very nice job, lobo
Joel
2nd September 2004 16:18 UTC
Updated version - 3.0
What's new:
You can convert among RGB, #RRGGBB and 0x00RRGGBB.
Try it!
PS: The server is getting slower, I don't know why, but still up :igor:
Soon I'll use a mirror one... hope so.