Man Linux: Main Page and Category List

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);

DESCRIPTION

       Draws a filled circle with the specified centre and radius.

SEE ALSO

       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)