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