Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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
     drawing_mode(3), makecol(3)

Allegro 			  version 4.4.3 		    floodfill(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=floodfill&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help