Skip to content
Kyuchumimo edited this page Oct 13, 2021 · 4 revisions

ellib

ellib x y a b color

Parameters

  • 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 RGB list or HEX color of the desired color

Description

This function draws a filled ellipse of the desired radiuses a b and color with its center at x, y.

Clone this wiki locally