-
Notifications
You must be signed in to change notification settings - Fork 1
elli
Kyuchumimo edited this page Mar 18, 2022
·
8 revisions
elli x y a b color
- x, y : the coordinates of the ellipse's center
- a : the horizontal radius of the ellipse in pixels
- b : the vertical radius of the ellipse in pixels
- color: the index of the desired color in the current palette
This function draws a filled ellipse of the desired radiuses a b and color with its center at x, y.
See also:
- ellib - draw only the boundary of the ellipse