Handbook
Glossary
draw-circle ( centerX centerY radius color -- )
Vocabulary
raylib
Inputs
centerX
an
int
centerY
an
int
radius
a
float
color
a
Color
Outputs
None
Word description
Draw a color-filled circle
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-circle
void DrawCircle
(
int
centerX,
int
centerY,
float
radius,
Color
color )