A color in 32 Bit RGB or ARGB hex format (Examples: #ff0000 for red, #40e0d0ff for fully opaque turquoise). Can also be an empty string for no color.
#ff0000
#40e0d0ff
^(#[0-9a-f]{6,8})?$
Generated using TypeDoc
A color in 32 Bit RGB or ARGB hex format (Examples:
#ff0000
for red,#40e0d0ff
for fully opaque turquoise). Can also be an empty string for no color.