|
Imagick::matteFloodfillImage(PECL imagick 2.0.0) Imagick::matteFloodfillImage — Changes the transparency value of a color Описание
bool Imagick::matteFloodfillImage
( float $alpha
, float $fuzz
, mixed $bordercolor
, int $x
, int $y
)
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. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. ОшибкиВызывает ImagickException при ошибке. Список изменений
|
|||||