set_argb_32_pixel method

set_argb_32_pixel

Sets an image 32-bit ARGB pixel for the specified position.

def set_argb_32_pixel(self, x, y, argb_32_color):
    ...
ParameterTypeDescription
xintThe pixel x location.
yintThe pixel y location.
argb_32_colorintThe 32-bit ARGB pixel for the specified position.

See Also