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