CmykColor class

CmykColor class

The CMYK color of pixel.

The CmykColor type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of CmykColor

Properties

PropertyDescription
emptyGets the empty.
cGets the cyan component value of this Color structure.
mGets the magenta component value of this Color structure.
yGets the yellow component value of this Color structure.
kGets the black component value of this Color structure.
is_emptyGets a value indicating whether this Color structure is uninitialized.

Methods

MethodDescription
to_cmykThe conversion from 32-bit ARGB color to CMYKColor.
This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToCmyk.
to_cmykThe conversion from 32-bit ARGB to CMYKColor.
This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToCmyk.
to_colorThe conversion from CMYKColor to Color using icc conversion with default profiles.
This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb.
to_colorThe conversion from CMYKColor to Color.
This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb.
to_color_iccThe 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_iccThe 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_iccThe conversion from CMYKColor to Color using icc conversion.
This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc.
to_color_iccThe conversion from CMYKColor to Color using icc conversion.
This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc.
from_paramsCreates 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_argb32The 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_valueThe to value.

See Also