floodfill(3) - Linux man page

Name

floodfill - 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

drawing_mode(3), makecol(3)