Handbook
Glossary
draw-rectangle-pro ( rec origin rotation color -- )
Vocabulary
raylib
Inputs
rec
a
Rectangle
origin
a
Vector2
rotation
a
float
color
a
Color
Outputs
None
Word description
Draw a color-filled rectangle with pro parameters
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-rectangle-pro
void
DrawRectanglePro
(
Rectangle
rec,
Vector2
origin,
float
rotation,
Color
color
)