drawRect
Draws a rectangle with the specified area and color.
Draws a rectangle with the specified area and color.
fn
void drawRect(float x, float y, float w, float h, Rgba color = white, float thickness = - 1.0f)Draws a rectangle with the specified area and color.