imagefill
Opis
bool imagefill ( resource image, int x, int y, int color )
Performs a flood fill starting at the given coordinate (top left is 0, 0)
with the given color
in the
image
.
Parametry
obraz
Zasób obrazu, zwrócony przez jedną z funkcji tworzących obrazy, taką jak imagecreatetruecolor().
x
x-coordinate of start point
y
y-coordinate of start point
color
The fill color. A color identifier created with imagecolorallocate()