load_cmyk_pixels method

load_cmyk_pixels

Loads pixels in CMYK format.

Returns

The loaded CMYK pixels array.

def load_cmyk_pixels(self, rectangle):
    ...
ParameterTypeDescription
rectangleRectangleThe rectangle to load pixels from.

See Also