|
NAMEfloodfill - Floodfills an enclosed area. Allegro game programming library.SYNOPSIS#include <allegro.h>void floodfill(BITMAP *bmp, int x, int y, int color); DESCRIPTIONFloodfills an enclosed area, starting at point (x, y), with the specified color.SEE ALSOdrawing_mode(3), makecol(3)
Visit the GSP FreeBSD Man Page Interface. |