Colors
Jump to navigation
Jump to search
Colors in XML file are either special identifier (clNone, clDefault, ...) or hexadecimal definition.
Hexadecimal definition
Colors are defined in the form $00BBGGRR, where RR (red), GG (green) and BB (blue) are components in hexa notation, 00 are zeros which can be omitted (or used for special purposes).
| XML Identifier | Color |
|---|---|
[V] clNone
|
without color |
[V] clDefault
|
color defined by another method |
[V] clLine
|
line color defined by drawing |
[V] clFill
|
fill color defined by drawing |
[V] clHatch
|
hatch color defined by drawing |