Initializes a new instance of the Cmyk16Color class with the specified channel values.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Cmyk16Color( ushort c, ushort m, ushort y, ushort k, ushort a )
Type: System.UInt16
A cyan channel value.Type: System.UInt16
A magenta channel value.Type: System.UInt16
A yellow channel value.Type: System.UInt16
A black channel value.Type: System.UInt16
An alpha channel value.