Change 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 pixel to change
Y coordinate of pixel to change
New color of the pixel
See Implementation
Change 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.