CmykColor class
CmykColor class
The CMYK color of pixel.
The CmykColor type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of CmykColor |
Properties
Property | Description |
---|---|
empty | Gets the empty. |
c | Gets the cyan component value of this Color structure. |
m | Gets the magenta component value of this Color structure. |
y | Gets the yellow component value of this Color structure. |
k | Gets the black component value of this Color structure. |
is_empty | Gets a value indicating whether this Color structure is uninitialized. |
Methods
Method | Description |
---|---|
to_cmyk | The conversion from 32-bit ARGB color to CMYKColor. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToCmyk. |
to_cmyk | The conversion from 32-bit ARGB to CMYKColor. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToCmyk. |
to_color | The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb. |
to_color | The conversion from CMYKColor to Color. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb. |
to_color_icc | The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc. |
to_color_icc | The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc. |
to_color_icc | The conversion from CMYKColor to Color using icc conversion. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc. |
to_color_icc | The conversion from CMYKColor to Color using icc conversion. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc. |
from_params | Creates a CmykColor structure from a 32-bit cyan, magenta, yellow and black values.This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.FromComponents. |
to_argb32 | The conversion from CMYKColor to 32-bit ARGB Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb32. |
to_value | The to value. |
See Also
- module
aspose.cad
- class
CmykColor
- class
Color