Light Chocolate, Plum, and other Colors
Entrance colors can be specified using their names. The "usual" colors are supported: RED, GREEN, BLUE, YELLOW, CYAN, MAGENTA, WHITE, LIGHTGRAY, GRAY, DARKGRAY, and BLACK.
Entrance also supports these colors from the Tango Desktop Project palette:
BUTTER, ORANGE, CHOCOLATE, CHAMELEON, SKYBLUE, PLUM, SCARLETRED, ALUMINUM, and CHARCOAL. They look like this:
Any color can be LIGHT or DARK, and the standard colors can also be VERY LIGHT or VERY DARK (and so it is possible to draw DARK CHOCOLATE BARS).
Colors can also be TRANSPARENT or VERY TRANSPARENT. For example, a BLACK TRIANGLE completely covered by TRANSPARENT GRAY TRIANGLES will show through them.
If these color choices aren't enough for you, use RGB(r,g,b) to specify RGB values in the range 0-255. You can also specify alpha values using RGB(r,g,b,a).
Here is an example that demonstrates use of the standard colors and RGB() colors:
Copyright (c) Tod Landis 2006,2007 All Rights Reserved Modified: May 5, 2007
The Tango palette is in the public domain. More details here.