.\" Generated by the Allegro makedoc utility .TH rectfill 3 "version 4.2.2" "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 (3), .BR clear_bitmap (3), .BR drawing_mode (3), .BR makecol (3), .BR exalpha (3), .BR excolmap (3), .BR exkeys (3), .BR exmidi (3), .BR expat (3), .BR exscroll (3), .BR exsprite (3), .BR exstars (3), .BR exswitch (3), .BR extrans (3)