image-draw-circle ( dst centerX centerY radius color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
centerXan int
centerYan int
radiusan int
colora Color


Outputs
None

Word description
Draw circle within an image

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-draw-circle void
ImageDrawCircle
( Image* dst, int centerX, int centerY, int radius, Color
color )