Colors

From wiki.fine.cz
Revision as of 12:54, 22 March 2022 by Petr.Bures (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).

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