CmykColor.ToCmyk

ToCmyk(int[])

The conversion from 32-bit ARGB color to CMYKColor. This method is deprecated. Please use more effective Int32[]).

[Obsolete]
public static CmykColor[] ToCmyk(int[] argbPixels)
ParameterTypeDescription
argbPixelsInt32[]The pixels of 32-bit ARGB format.

Return Value

The Aspose:Imaging:CmykColor[].

See Also


ToCmyk(int)

The conversion from 32-bit ARGB to CMYKColor. This method is deprecated. Please use more effective Int32).

[Obsolete]
public static CmykColor ToCmyk(int argbPixel)
ParameterTypeDescription
argbPixelInt32The pixel of 32-bit ARGB format.

Return Value

The Aspose:Imaging:CmykColor.

See Also