This is a simple program to pick colors and imbed them in your html or source 
code.  

It was made with the Mingw32 compiler (http://www.mingw.org)
and the wxWindows library (http://www.wxwindows.org).

Runs on any version of windows (95 and up).

Included is the source and make files customized for the above. However, the
source should compile in any wxWindows supported environment using any wxWindows
version 2.x library.

License: wxWindows license. If you use this commercially, at least give me credit.

email: mredlon@yahoo.com

warranty: none whatsoever


Use:

Use of the program is pretty simple, use the sliders or type in the numbers in the
text boxes, or click "edit color" to use a dialog to choose a color then fine
tune your color with the sliders.

You can then generate a Windows api compatible RGB() macro, HTML macro or a wxColor
macro for use with wxWindows. The hexadecimal value is also available in the
"Hex Value" text box which can be used in other languages such as Visual Basic,
c, pascal, assembler etc.