Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
draw-rectangle-rounded-lines ( rec roundness segments lineThick color -- )
Vocabulary
raylib.ffi
Inputs and outputs
rec
an
object
roundness
an
object
segments
an
object
lineThick
an
object
color
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-rectangle-rounded-lines
void DrawRectangleRoundedLines
(
Rectangle
rec,
float
roundness,
int
segments,
int
lineThick,
Color
color )