(PHP 4, PHP 5, PHP 7)
imagefill — Füllen mit Farbe ("flood fill")
$im
, int $x
, int $y
, int $col
)
ImageFill() bewirkt das Füllen eines Bildes
beginnend bei der Koordinate x
,
y
(oben links ist 0, 0) mit der Farbe
col
im Bild im
.