circlefill - Man Page

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

Referenced By

circle(3), do_circle(3), ellipsefill(3), excolmap(3), excustom(3), exdbuf(3), exflip(3), exlights(3), expal(3), exspline(3), extrans(3).

version 4.4.3 Allegro manual