al_draw_filled_circle
void al_draw_filled_circle(float cx, float cy, float r, ALLEGRO_COLOR color)
Introduced in 5.0.0
Draws a filled circle.
Parameters:
- cx, cy - Center of the circle
- r - Radius of the circle
- color - Color of the circle
See also: al_draw_circle, al_draw_filled_ellipse
Examples: ex_blend2, ex_joystick_hotplugging
Most helpful discussions:
- Jitter while moving
- linking on ubuntu
- Shooting Ball From Rotating Bitmap
- Mouse Click Inside Timer Function
- I'm new
- Allegro Access Violation while Drawing
- GUI Design and Implementation for Noobs
- KrampusHack 2020: Odd Results With Color Mapping Functions
- Upgrade from Allegro 5.0.10 to Allegro 5.2.5
- Circle Collision Problems
Other recent discussions:
- Lag in the main loop
- Virtual function does not work... (or i missed something(iprobably did))
- Day and Night Cycles
- Drawing antialiased primitives to bitmaps?
- Problem with ALLEGRO_FULLSCREEN_WINDOW and multi monitor
- Moving Down PNG ALLEGRO 5
- Colors behaving differently than expected
- What is the error in following little program
- Allegro Primitives Wrapper
- [A5] Fullscreen + keep 4:3 ratio