IonicWind Software

IWBasic => The Roundtable => Topic started by: LarryMc on February 28, 2008, 01:37:46 PM

Title: Color Picker
Post by: LarryMc on February 28, 2008, 01:37:46 PM
Seems like everytime I'm working on a program I need to pick out some colors to use.
I wind up having to run MSPaint or a little colorpicker program that GWS wrote.

To make the process a little simipler I use an undocumented feature of EBasic that MAY disappear in the future although I hope it stays.

I first modified Graham's colorpicker program (with his permission) to allow copying color selections to the
clipboard (1 at a time) in either the RGB(255,255,255) format or as 0xFFFFFF; whichever the user desires
just by pressing a button.

In the attachment is the source for colorpicker2, an exe file, an incc file, and a readme.txt file.

If you carefully follow the directions in the readme you will be able to run the colorpicker from EBasic's IDE Help menu.

Larry