save_cmyk_pixels method

save_cmyk_pixels

Saves the pixels.

def save_cmyk_pixels(self, rectangle, pixels):
    ...
ParameterTypeDescription
rectangleRectangleThe rectangle to save pixels to.
pixelslistThe CMYK pixels array.

See Also