Initializes a new instance of the Cmyk16Color class with the specified channel values.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public CmykColor( byte c, byte m, byte y, byte k )
Type: System.Byte
A cyan channel value.Type: System.Byte
A magent channel value.Type: System.Byte
A yellow channel value.Type: System.Byte
A black channel value.