CmykColor Class

Represents color value in CMYK color space.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class CmykColor : Color

Remarks

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.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Color
L Aurigma.GraphicsMill.CmykColor

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference