Skip to content

raylib.DrawCircleV

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw a color-filled circle (Vector version) NOTE: On OpenGL 3.3 and ES2 using QUADS to avoid drawing order issues

Parameters

Parameter Default Value Note
center [100, 100]
radius 32
color WHITE

Return value

None.

Notes

Example

raylib.DrawCircleV [400, 300], 50, raylib.RED

Clone this wiki locally