|
META TOPICPARENT |
name="CDChartSetBGColor" |
Working with Color Specifications |
|
- #RRGGBB, same as above but with a leading '#' instead of '0x' (web style), no transparency
- RRGGBBAA, same as above but without any leading characters
- RRGGBB, same as above but without any leading characters or transparency
|
|
< < |
- The specific color names White, Yellow, Fuchsia, Red, Silver, Gray, Olive, Purple, Maroon, Aqua, Lime, Teal, Green, Blue, Navy, Black, Cyan, Magenta, Transparent. Not case sensitive.
|
> > |
- The specific color names White, Yellow, Fuchsia, Red, Silver, Gray, Olive, Purple, Maroon, Aqua, Lime, Teal, Green, Blue, Navy, Black, Cyan, Magenta, Transparent.
|
| color_spec_name
You can define your own colors and then refer to them by name. First, use .COLOR INITIALIZE to create an empty color, using whatever name you want. Then you can use the .COLOR SET routines to set the RGB values, intensity, and other settings. You can then use this color_spec_name instead of a color_value. |