1al_draw_filled_ellipse(3) al_draw_filled_ellipse(3)
2
3
4
6 al_draw_filled_ellipse - Allegro 5 API
7
9 #include <allegro5/allegro_primitives.h>
10
11 void al_draw_filled_ellipse(float cx, float cy, float rx, float ry,
12 ALLEGRO_COLOR color)
13
15 Draws a filled ellipse.
16
17 Parameters:
18
19 • cx, cy - Center of the ellipse
20
21 • rx, ry - Radii of the ellipse
22
23 • color - Color of the ellipse
24
26 al_draw_ellipse(3), al_draw_filled_circle(3)
27
28
29
30Allegro reference manual al_draw_filled_ellipse(3)