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