DrawArc

void DrawArc(
const Rgba &color,
float startAngle, float angleSweep,
float innerXRadius, float innerYRadius )

Draws a filled arc of an ellipse.

void DrawArc(
const Rgba &innerColor, const Rgba &outerColor,
float startAngle, float angleSweep,
float innerXRadius, float innerYRadius )

Draws a gradient filled arc of an ellipse with colors changing smootly 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 DrawArc? Click here.