filledEllipse
Draws a filled ellipse as a stretched regular polygon estimating the number of sides required (see estimateSidesRequired) to appear smooth enough based on the pixel size that has been set.
Parameters
the center point
the horizontal and vertical radii
the rotation of the ellipse
the packed color of the center of the ellipse. See Color.toFloatBits.
the packed color of the perimeter of the ellipse. See Color.toFloatBits
Draws a filled ellipse as a stretched regular polygon estimating the number of sides required (see estimateSidesRequired) to appear smooth enough based on the pixel size that has been set.
Parameters
the x-coord of the center point
the y-coord of the center point
the horizontal radius
the vertical radius
the rotation of the ellipse
the packed color of the center of the ellipse. See Color.toFloatBits.
the packed color of the perimeter of the ellipse. See Color.toFloatBits