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