to_argb32 method

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.

Returns

The array of the 32-bit ARGB color.

def to_argb32(self, cmyk_pixels):
    ...
ParameterTypeDescription
cmyk_pixelslistThe pixels of CMYKColor type in CMYK format.

See Also