Describe what is performed by the following functions:
4 years ago
Computer Graphics
- Setpixel(x, y, color) - Sets the pixel at position (x, y) to the given color.
- Getpixel(x, y): Gets the color at the pixel at position (x, y).
Bijay Satyal
Oct 22, 2021