ellipsefill(3) - Linux man page
Name
ellipsefill - Draws a filled ellipse. Allegro game programming library.Synopsis
#include <allegro.h>void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color);
void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color);