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