Description:
Do you program in COLOR on the Palm? If so, you need this program!
Just click on a color shown and it will display the palette color number.
Further, include the file ColorPicker.h in your project, and you can select a color by name.
It's as easy as:
WinSetTextColor(colorBlue);
WinSetBackColor(colorFucshia);
What could be easier than that? All 256 colors from the default palette are defined in ColorPicker.h.
So now you can reference any color simply by a name.
This runs on any color cabable Palm device, and on the emulator as well.