Draw a color-filled rectangle
None.
// Draw a blue rectangle at (50, 50) with size 200x100 raylib.DrawRectangle 50, 50, 200, 100, raylib.BLUE
There was an error while loading. Please reload this page.