floodfill - Man Page
Floodfills an enclosed area. Allegro game programming library.
Synopsis
#include <allegro.h>
void floodfill(BITMAP *bmp, int x, int y, int color);
Description
Floodfills an enclosed area, starting at point (x, y), with the specified color.
See Also
Info
version 4.4.3 Allegro manual