table of contents
floodfill(3) | Allegro manual | floodfill(3) |
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¶
version 4.4.3 | Allegro |