.\" Generated by the Allegro makedoc utility .TH floodfill 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME floodfill \- Floodfills an enclosed area. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void floodfill(BITMAP *bmp, int x, int y, int color); .SH DESCRIPTION Floodfills an enclosed area, starting at point (x, y), with the specified color. .SH SEE ALSO .BR drawing_mode (3alleg4), .BR makecol (3alleg4)