![]() |
![]() |
||||||||||||||||||||
|
Design and Colors
Content:
The GeoStyle-File has two important functions: First all system variables are declared and set to the right values. Second, every geometrical object type is mapped to a special color scheme. The list of system variables is described in the reference. The color scheme is give in a table: // <elementTable>
There are two alternative ways to define a color value. The first possibility is to use the rgb-scheme by a triple of numbers r, g, b separated by commata, where 0 £ r, g, b £ 255. The second way is to use a predefined color value, like: black , blue, cyan, darkGray, gray, green, lightGray, magenta, orange, pink, red, white, yellow, random (a randomly chosen color), brighter (as the background) and darker (as the background). If no special color should be defined, use the value 0.
|
||||||||||||||||||||