Color Picker v1.0
For Windows 95/98 (and maybe NT)
Copyright © Ben Logan 2000 -- All rights reserved.

Description
Color Picker converts colors into the number formats required by Pov-Ray, HTML, and Win32Lib. You pick a color using the standard Windows dialog, and Color Picker converts it for you. See thehelp file for more info on using it.

Installation/Uninstallation
If you're reading this file, you must have already installed the program! No files are copied to the ...\windows or ...\windows\system directories and no changes are made to the registry. To uninstall, use the Unins000.exe program located in the directory into which you installed Color Picker. If you have any trouble, email me.

License and Legal Stuff
This program is FREEWARE. It costs nothing. However, it is also provided AS IS. I make no warranty of any kind regarding this software, and will not be held responsible for any damage it may cause directly or indirectly. If you don't like that, then you should delete it off your computer. You may redistribute the software if you wish, but only unchanged and in it's entirety. (That is, as the original Setup.exe file.)

Contacting Me
If you have any questions, comments, or suggestions, I'd love to hear from you. Just drop me a note at cycloid@techieguy.com.

Credits

Color Picker was written in the Euphoria programming lanuguage. Euphoria is a great language whether you are just getting started in programming or know a few dozen different languages. It is fast, simple, and (the version I used) is free. It runs on Win32, DOS32, and Linux. Visit www.rapideuphoria.com to learn more.

Win32Lib--by David Cuny--is the library I used to create the GUI for the program. The library is written in Euphoria, and is also very easy to use. To learn more about Win32Lib, visit the Euphoria site and go to the Recent User Contributions page or The Archive.

I'd also like to thank everyone on the Euphoria mailing list. Their quick, helpful responses make using Euphoria a whole lot more enjoyable.

The install program (Setup.exe) was created using Inno Setup written by Jordan Russell. Another great freeware program. Visit www.jordanr.cjb.net to learn more.


Developers
This is an interpreted program, and you should feel free to look over the source. The colors.exw file is the one I wrote, win32lib.ew is David Cuny's library, and any other .e or .ew files and the exw.exe file are part of the Euphoria distribution. (See those files or contact their respective authors for information on using them.)

The following applies only to colors.exw. For info on modifying any of the other files in the distribution, see those files or contact their authors.
You may modify the source for your own personal use. However, if you wish to distribute the modified code, please contact me first. Thanks.