.\" Generated by the Allegro makedoc utility .TH circlefill 3alleg4 "version 4.4.3" "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 (3alleg4), .BR circle (3alleg4), .BR do_circle (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4), .BR excolmap (3alleg4), .BR excustom (3alleg4), .BR exdbuf (3alleg4), .BR exflip (3alleg4), .BR exlights (3alleg4), .BR expal (3alleg4), .BR exspline (3alleg4), .BR extrans (3alleg4)