.\" Generated by the Allegro makedoc utility .TH rectfill 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME rectfill \- Draws a solid filled rectangle. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void rectfill(BITMAP *bmp, int x1, int y1, int x2, int y2, int color); .SH DESCRIPTION Draws a solid, filled rectangle with the two points as its opposite corners. .SH SEE ALSO .BR rect (3alleg4), .BR clear_bitmap (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4), .BR exalpha (3alleg4), .BR excolmap (3alleg4), .BR exkeys (3alleg4), .BR exmidi (3alleg4), .BR expat (3alleg4), .BR exscroll (3alleg4), .BR exsprite (3alleg4), .BR exstars (3alleg4), .BR exswitch (3alleg4), .BR extrans (3alleg4)