load_partial_argb_32_pixels method

load_partial_argb_32_pixels

Loads 32-bit ARGB pixels partially by packs.

def load_partial_argb_32_pixels(self, desired_rectangle, pixel_loader):
    ...
ParameterTypeDescription
desired_rectangleRectangleThe desired rectangle.
pixel_loaderIPartialArgb32PixelLoaderThe 32-bit ARGB pixel loader.

See Also