1ellipsefill(3)                  Allegro manual                  ellipsefill(3)
2
3
4

NAME

6       ellipsefill - Draws a filled ellipse. Allegro game programming library.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color);
13

DESCRIPTION

15       Draws a filled ellipse with the specified centre and radius.
16
17

SEE ALSO

19       circlefill(3),  ellipse(3), do_ellipse(3), drawing_mode(3), makecol(3),
20       ex12bit(3)
21
22
23
24Allegro                          version 4.4.3                  ellipsefill(3)
Impressum