save_cmyk_pixels method
save_cmyk_pixels
Saves the pixels.
def save_cmyk_pixels(self, rectangle, pixels):
    ...
| Parameter | Type | Description | 
|---|---|---|
| rectangle | Rectangle | The rectangle to save pixels to. | 
| pixels | list | The CMYK pixels array. | 
See Also
- module aspose.cad
- class RasterImage