Get the color of a pixel
This function doesn't check the validity of the pixel coordinates; using out-of-range values will result in an undefined behaviour.
X coordinate of the pixel to get
Y coordinate of the pixel to get
Color of the pixel at coordinates (x, y)
See Implementation
Get the color of a pixel
This function doesn't check the validity of the pixel coordinates; using out-of-range values will result in an undefined behaviour.