Handbook
Glossary
draw-rectangle-rounded ( rec roundness segments color -- )
Vocabulary
raylib
Inputs
rec
a
Rectangle
roundness
a
float
segments
an
int
color
a
Color
Outputs
None
Word description
Draw rectangle with rounded edges
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-rectangle-rounded
void
DrawRectangleRounded
(
Rectangle
rec,
float
roundness,
int
segments,
Color
color
)