ImageFill

(PHP 3, PHP 4 >= 4.0.0)

ImageFill -- Flood fill

Description

int imagefill (int im, int x, int y, int col)

ImageFill() performs a flood fill starting at coordinate x, y (top left is 0, 0) with color col in the image im.