Casts CMYK color data format.
Name | Description | |
---|---|---|
Implicit(Int32) |
Casts integer value to Aurigma.GraphicsMill.CmykColor class instance. |
|
Implicit(Int64) |
Casts long value to Aurigma.GraphicsMill.CmykColor class instance. |
|
Implicit(CmykColor) |
Casts this CmykColor to GrayScaleColor automatically converting it to grayscale. |
|
Implicit(CmykColor) |
Casts this CmykColor to Int64 containing extended numerical representation of the color. |
|
Implicit(CmykColor) |
Casts this CmykColor to Int32 containing numerical representation of the color. |
|
Implicit(CmykColor) |
Casts this CmykColor to RgbColor automatically converting it to RGB color space. |
|
Implicit(CmykColor) |
Casts this Aurigma.GraphicsMill.CmykColor class instance to System.Drawing.Color value. |