floodfill
Floodfills an enclosed area. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Floodfills an enclosed area. Allegro game programming library.
#include <allegro.h>
void floodfill(BITMAP *bmp, int x, int y, int color);
Floodfills an enclosed area, starting at point (x, y), with the specified color.
drawing_mode(3alleg4), makecol(3alleg4)