1ellipsefill(3) Allegro manual ellipsefill(3)
23
4
NAME
6ellipsefill - Draws a filled ellipse. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color);
13
DESCRIPTION
15Draws a filled ellipse with the specified centre and radius.
1617
SEE ALSO
19circlefill(3), ellipse(3), do_ellipse(3), drawing_mode(3), makecol(3),
20ex12bit(3)
2122
23
24
Allegro version 4.2.3 ellipsefill(3)