draw-rectangle-rounded-lines ( rec roundness segments color -- )


Vocabulary
raylib

Inputs
reca Rectangle
roundnessa float
segmentsan int
colora Color


Outputs
None

Word description
Draw rectangle with rounded edges outline

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-rectangle-rounded-lines
void DrawRectangleRoundedLines
( Rectangle rec, float roundness, int segments, Color color
)