Pixel
Draw a pixel in the image.
Parameters
Parameter
Type
Description
x
int
X-Coordinate of the pixel.
y
int
Y-Coordinate of the pixel.
c
color.Color
Color of the pixel.
Return Values
The instance of *imgo.Image
.
Examples
Last updated