1rectfill(3) Allegro manual rectfill(3)
2
3
4
6 rectfill - Draws a solid filled rectangle. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 void rectfill(BITMAP *bmp, int x1, int y1, int x2, int y2, int color);
14
16 Draws a solid, filled rectangle with the two points as its opposite
17 corners.
18
19
21 rect(3), clear_bitmap(3), drawing_mode(3), makecol(3), exalpha(3),
22 excolmap(3), exkeys(3), exmidi(3), expat(3), exscroll(3), exsprite(3),
23 exstars(3), exswitch(3), extrans(3)
24
25
26
27Allegro version 4.4.3 rectfill(3)