get_argb_32_pixel method

get_argb_32_pixel

Gets an image 32-bit ARGB pixel.

Returns

The 32-bit ARGB pixel for the specified location.

def get_argb_32_pixel(self, x, y):
    ...
ParameterTypeDescription
xintThe pixel x location.
yintThe pixel y location.

See Also