Archive: Color Selector


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


Very nice!!!

-Stu :) :)


thanks man :D


Another freeware for html here
http://www.vecdev.com/htmlcolor.html


FYI, HM NIS Edit has a built in color selector.


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?


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.


Well, that could be an extra feature, for the next release...

Right now invert the values, for example:

#FF00EE will be like 0x00EE00FF ;)


(delete this post. explorer posted it twice :S )


very nice job, lobo


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.