DrawDisk

void DrawDisk(
const Rgba &color, float innerRadius )

Draws a filled disk. The outer radius of the disk is the radius of the Circle.

void DrawDisk(
const Rgba &innerColor, const Rgba &outerColor,
float innerRadius )

Draws a gradient filled disk with colors changing smootly along the radius.

Other functions of the class Circle
DrawDisk
Draws a filled disk
DrawArc
Draws a filled arc of the Circle
SetRadius
Sets the radius of the circle


Questions about DrawDisk? Click here.