Draws a filled ellipse. allegro game programming library.
#include <allegro.h>
void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color);
Draws a filled ellipse with the specified centre and radius.
circlefill(3alleg4), ellipse(3alleg4), do_ellipse(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), ex12bit(3alleg4)