.\" Generated by the Allegro makedoc utility .TH ellipsefill 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME ellipsefill \- Draws a filled ellipse. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color); .SH DESCRIPTION Draws a filled ellipse with the specified centre and radius. .SH SEE ALSO .BR circlefill (3alleg4), .BR ellipse (3alleg4), .BR do_ellipse (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4), .BR ex12bit (3alleg4)