Draw

void Draw(
const Rgba &color ) const

Draws the ellipse to the rendering surface filled with the specified color.

void Draw(
const Rgba &innerColor, const Rgba &outerColor )

Draws the ellipse filled with a gradient so that the colors change smoothly inside the circle along the radius.


Other functions of the class Ellipse
Draw
Draws the ellipse filled with the specified color
DrawOutline
Draws the outline of the ellipse
DrawSlice
Draws a slice of the ellipse
DrawDisk
Draws a filled disk
DrawArc
Draws a filled arc of an ellipse
SetRadius
Sets the x or y radius of the ellipse
GetRadius
Returns the x or y axis of the ellipse


Questions about Draw? Click here.