load_argb_32_pixels method

load_argb_32_pixels

Loads 32-bit ARGB pixels.

Returns

The loaded 32-bit ARGB pixels array.

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

See Also