array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.setimagemattecolor.php', 1 => 'Imagick::setImageMatteColor', 2 => 'Sets the image matte color', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.setimagematte.php', 1 => 'Imagick::setImageMatte', ), 'next' => array ( 0 => 'imagick.setimageopacity.php', 1 => 'Imagick::setImageOpacity', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/setimagemattecolor.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL imagick 2, PECL imagick 3)
Imagick::setImageMatteColor — Sets the image matte color
Diese Funktion ist von Imagick 3.4.4 an MISSBILLIGT. Von der weiteren Verwendung wird dringend abgeraten.
matte
Liefert true bei Erfolg.
Wirft ImagickException bei Fehlern.
| Version | Beschreibung |
|---|---|
| PECL imagick 2.1.0 | Now allows a string representing the color as the parameter. Previous versions allow only an ImagickPixel object. |