Handbook
Glossary
image-draw-circle ( dst centerX centerY radius color -- )
Vocabulary
raylib
Inputs
dst
a
pointer
to a
Image
centerX
an
int
centerY
an
int
radius
an
int
color
a
Color
Outputs
None
Word description
Draw circle within an image
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
image-draw-circle
void
ImageDrawCircle
( Image* dst,
int
centerX,
int
centerY,
int
radius,
Color
color )