1circlefill(3) Allegro manual circlefill(3)
2
3
4
6 circlefill - Draws a filled circle. Allegro game programming library.
7
9 #include <allegro.h>
10
11
12 void circlefill(BITMAP *bmp, int x, int y, int radius, int color);
13
15 Draws a filled circle with the specified centre and radius.
16
17
19 ellipsefill(3), circle(3), do_circle(3), drawing_mode(3), makecol(3),
20 excolmap(3), excustom(3), exdbuf(3), exflip(3), exlights(3), expal(3),
21 exspline(3), extrans(3)
22
23
24
25Allegro version 4.4.3 circlefill(3)