draw-circle-gradient ( centerX centerY radius color1 color2 -- )


Vocabulary
raylib

Inputs
centerXan int
centerYan int
radiusa float
color1a Color
color2a Color


Outputs
None

Word description
Draw a gradient-filled circle

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-circle-gradient void
DrawCircleGradient
( int centerX, int centerY, float radius, Color color1,
Color color2 )