get_pixel method

get_pixel

Gets an image pixel.

Returns

The pixel color for the specified location.

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

See Also