pub fn draw_rectangle(x: f32, y: f32, w: f32, h: f32, color: Color)
Expand description

Draws a solid rectangle with its top-left corner at [x, y] with size [w, h] (width going to the right, height going down), with a given color.