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(3alleg4), circle(3alleg4), do_circle(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), excolmap(3alleg4), excustom(3alleg4), exdbuf(3alleg4), exflip(3alleg4), exlights(3alleg4), expal(3alleg4), exspline(3alleg4), extrans(3alleg4)