Colors

From wiki.fine.cz
Revision as of 12:53, 22 March 2022 by Petr.Bures (talk | contribs)
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.

Special color identifiers
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