pub fn draw_circle(x: f32, y: f32, r: f32, color: Color)
Expand description

Draws a solid circle centered at [x, y] with a given radius r and color.