Short Name:
|
Derived From:
|
Fields:
|
Specifies a color value as a 32-bit ARGB integer.
HTML color values in the form #rrggbb
can be specified as 0xFFrrggbb
. For example: HTML color #EEDD00
(light reddish yellow) is given as 0xFFEEDD00
(fully opaque light reddish yellow).
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
argb
|
number
|
||
The 32-bit ARGB color value:
|