1al_draw_filled_circle(3)                              al_draw_filled_circle(3)
2
3
4

NAME

6       al_draw_filled_circle - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_primitives.h>
10
11              void al_draw_filled_circle(float cx, float cy, float r, ALLEGRO_COLOR color)
12

DESCRIPTION

14       Draws a filled circle.
15
16       Parameters:
17
18       • cx, cy - Center of the circle
19
20       • r - Radius of the circle
21
22       • color - Color of the circle
23

SEE ALSO

25       al_draw_circle(3), al_draw_filled_ellipse(3)
26
27
28
29Allegro reference manual                              al_draw_filled_circle(3)
Impressum