Type alias Color

Color: string

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.

Pattern

^(#[0-9a-f]{6,8})?$

Generated using TypeDoc