Forum und email

Imagick::matteFloodfillImage

(No version information available, might be only in CVS)

Imagick::matteFloodfillImage — Changes the transparency value of a color

Descripción

bool Imagick::matteFloodfillImage ( float $alpha , float $fuzz , ImagickPixel $bordercolor , int $x , int $y )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

Changes the transparency value of any pixel that matches target and is an immediate neighbor. If the method FillToBorderMethod is specified, the transparency value is changed for any neighbor pixel that does not match the bordercolor member of image.

Lista de parámetros

alpha

fuzz

bordercolor

x

y

Valores retornados

Returns TRUE on success.