type Color = | RGBAColor | CMYKColor | SpotColor;
Represents all color types supported by the engine.