int get_pixel(int x, int y)
Get the value of the specified pixel. The surface needs to be locked before this method can be used.
Pixel coordinate to get.
The value of the specified pixel.
set_pixel() , unlock() , lock()