Type alias Color

Color: string

A color in 32 Bit RGBA hex format (Example: #40e0d0ff for fully opaque turquoise).

Pattern

^#[0-9a-f]{8}$

Generated using TypeDoc