to_color_icc method
Contents
[
Hide
]to_color_icc
The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc.
Returns
The Color[].
def to_color_icc(self, cmyk_pixels):
...
Parameter | Type | Description |
---|---|---|
cmyk_pixels | list | The pixels of CMYKColor type in CMYK format. |
to_color_icc
The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc.
Returns
The Color
.
def to_color_icc(self, cmyk_pixel):
...
Parameter | Type | Description |
---|---|---|
cmyk_pixel | CmykColor | The pixel of CMYKColor type in CMYK format. |
to_color_icc
The conversion from CMYKColor to Color using icc conversion. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc.
Returns
The Color[].
def to_color_icc(self, cmyk_pixels, cmyk_icc_stream, rgb_icc_stream):
...
Parameter | Type | Description |
---|---|---|
cmyk_pixels | list | The pixels of CMYKColor type in CMYK format. |
cmyk_icc_stream | io.RawIOBase | The stream containing icc cmyk profile. |
rgb_icc_stream | io.RawIOBase | The stream containing icc rgb profile. |
to_color_icc
The conversion from CMYKColor to Color using icc conversion. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc.
Returns
The Color
.
def to_color_icc(self, cmyk_pixel, cmyk_icc_stream, rgb_icc_stream):
...
Parameter | Type | Description |
---|---|---|
cmyk_pixel | CmykColor | The pixel of CMYKColor type in CMYK format. |
cmyk_icc_stream | io.RawIOBase | The stream containing icc cmyk profile. |
rgb_icc_stream | io.RawIOBase | The stream containing icc rgb profile. |
See Also
- module
aspose.cad
- class
CmykColor
- class
Color