Search Docs
Loading...
Skip to content

Type Alias: Color

type Color =
| RGBAColor
| CMYKColor
| SpotColor;

Represents all color types supported by the engine.