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


Vocabulary
raylib

Inputs
reca Rectangle
roundnessa float
segmentsan int
lineThicka float
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, float
lineThick, Color color )