Element - color
The color element is a top-level element that defines a color.
Pre-defined colors are available:
-
black
-
blue
-
cyan
-
darkgray
-
gray
-
lightgray
-
green
-
magenta
-
orange
-
pink
-
red
-
white
-
yellow
Syntax:
Element |
Attributes |
Value |
Notes for Element/Attribute/Value |
color |
name |
string |
|
rgb |
value |
red, green, blue |
Example
<color name="charcoal" rgb="100,80,90"/>