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):
...
Parameter | Type | Description |
---|---|---|
cmyk_pixels | list | The pixels of CMYKColor type in CMYK format. |
See Also
- module
aspose.cad
- class
CmykColor