.\" Generated by the Allegro makedoc utility .TH circlefill 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME circlefill \- Draws a filled circle. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void circlefill(BITMAP *bmp, int x, int y, int radius, int color); .SH DESCRIPTION Draws a filled circle with the specified centre and radius. .SH SEE ALSO .BR ellipsefill (3), .BR circle (3), .BR do_circle (3), .BR drawing_mode (3), .BR makecol (3), .BR excolmap (3), .BR excustom (3), .BR exdbuf (3), .BR exflip (3), .BR exlights (3), .BR expal (3), .BR exspline (3), .BR extrans (3)