logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

floodfill - Floodfills an enclosed area. Allegro game programming library.

Description

       Floodfills an enclosed area, starting at point (x, y), with the specified color.

Name

       floodfill - Floodfills an enclosed area. Allegro game programming library.

See Also

drawing_mode(3alleg4), makecol(3alleg4)

Allegro                                           version 4.4.3                               floodfill(3alleg4)

Synopsis

#include<allegro.h>voidfloodfill(BITMAP*bmp,intx,inty,intcolor);

See Also