Skip to content
⌘ NSIS Forum Archive

Color Selector

11 posts

Joel#

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
Joel#
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#
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#
Well, that could be an extra feature, for the next release...

Right now invert the values, for example:

#FF00EE will be like 0x00EE00FF 😉
Joel#
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 🧟

Soon I'll use a mirror one... hope so.