circlefill(3) Draws a filled circle. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void circlefill(BITMAP *bmp, int x, int y, int radius, int color);

DESCRIPTION

Draws a filled circle with the specified centre and radius.