We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Draw a color-filled rectangle
None.
// Draw a filled rectangle defined by a Rectangle map rec = {x:50, y:50, width:200, height:100} raylib.DrawRectangleRec rec, raylib.SKYBLUE
There was an error while loading. Please reload this page.