circlefill(3) - Linux man page
Name
circlefill - Draws a filled circle. Allegro game programming library.Synopsis
#include <allegro.h>void circlefill(BITMAP *bmp, int x, int y, int radius, int color);
void circlefill(BITMAP *bmp, int x, int y, int radius, int color);