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


Vocabulary
raylib

Inputs
recan object
roundnessan object
segmentsan object
lineThickan object
coloran object


Outputs
None

Definition


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