1al_draw_filled_circle(3) al_draw_filled_circle(3)
23
4
NAME
6al_draw_filled_circle - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_primitives.h>
1011
void al_draw_filled_circle(float cx, float cy, float r, ALLEGRO_COLOR color)
12
DESCRIPTION
14Draws a filled circle.
1516
Parameters:
1718
• cx, cy - Center of the circle
1920
• r - Radius of the circle
2122
• color - Color of the circle
23
SEE ALSO
25al_draw_circle(3), al_draw_filled_ellipse(3)
2627
28
29
Allegro reference manual al_draw_filled_circle(3)