Represents color value in CMYK color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class CmykColor : Color
To get access to cyan, magenta, yellow, and black components use C, M, Y, and K properties accordingly. An alpha channel is available through the A property. There is also an extended version of this class named Cmyk16Color which represents 16-bit color value.