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


Vocabulary
raylib

Inputs
reca Rectangle
roundnessa float
segmentsan int
colora Color


Outputs
None

Word description
Draw rectangle with rounded edges

Definition


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