circlefill - Draws a filled circle. Allegro game programming library.
#include <allegro.h> void circlefill(BITMAP *bmp, int x, int y, int radius, int color);
Draws a filled circle with the specified centre and radius.
ellipsefill(3alleg), circle(3alleg), do_circle(3alleg), drawing_mode(3alleg), makecol(3alleg), excolmap(3alleg), excustom(3alleg), exdbuf(3alleg), exflip(3alleg), exlights(3alleg), expal(3alleg), exspline(3alleg), extrans(3alleg)