SrgbColor
type SrgbColor = { type: "srgb"; value: string;};Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
type | "srgb" | - |
value | string | CSS-style hex, e.g. FF0000. Always six digits, always uppercase. No alpha channel. Pattern ^[A-F0-9]{6}$ |