Ellipse
Draw a ellipse in the image.
Parameters
Parameter
Type
Description
x
int
X-Coordinate of center of the ellipse.
y
int
Y-Coordinate of center of the ellipse.
width
int
Width of the ellipse.
height
int
Height of the ellipse.
c
color.Color
Color of the ellipse.
Return Values
The instance of *imgo.Image
.
Examples
Last updated