draw-rectangle ( posX posY width height color -- )


Vocabulary
raylib

Inputs
posXan int
posYan int
widthan int
heightan int
colora Color


Outputs
None

Word description
Draw a color-filled rectangle

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-rectangle void
DrawRectangle
( int posX, int posY, int width, int height, Color color )