Represents 16-bit (extended) color value in CMYK color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class Cmyk16Color : 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 a non-extended version of this class named CmykColor which represents 8-bit color value.