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

drawing_mode(3), makecol(3)

Info

version 4.4.3 Allegro manual