.\" Generated by the Allegro makedoc utility .TH ellipsefill 3 "version 4.2.2" "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 (3), .BR ellipse (3), .BR do_ellipse (3), .BR drawing_mode (3), .BR makecol (3), .BR ex12bit (3)