save_argb_32_pixels method

save_argb_32_pixels

Saves the 32-bit ARGB pixels.

def save_argb_32_pixels(self, rectangle, pixels):
    ...
ParameterTypeDescription
rectangleRectangleThe rectangle to save pixels to.
pixelslistThe 32-bit ARGB pixels array.

See Also