Gets the color value of the pixel in the context at the specified coordinates.
This function does not perform clipping. If you are not sure x
and y
are within the bounds of the context, use
get_pixel_at instead.
this |
the context |
x |
the X coordinate |
y |
the Y coordinate |