load_pixels method

load_pixels

Loads pixels.

Returns

The loaded pixels array.

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

See Also