CmykColor.ToArgb32

CmykColor.ToArgb32 method

The conversion from CMYKColor to 32-bit ARGB Color using icc conversion with default profiles. This method is deprecated. Please use more effective Int32[]).

[Obsolete]
public static int[] ToArgb32(CmykColor[] cmykPixels)
ParameterTypeDescription
cmykPixelsCmykColor[]The pixels of CMYKColor type in CMYK format.

Return Value

The array of the 32-bit ARGB color.

See Also