array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagick.setimagebackgroundcolor.php', 1 => 'Imagick::setImageBackgroundColor', 2 => 'Sets the image background color', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.setimageattribute.php', 1 => 'Imagick::setImageAttribute', ), 'next' => array ( 0 => 'imagick.setimagebias.php', 1 => 'Imagick::setImageBias', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/setimagebackgroundcolor.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::setImageBackgroundColor — Sets the image background color
Sets the image background color.
background
成功时返回 true
。
错误时抛出 ImagickException。
版本 | 说明 |
---|---|
PECL imagick 2.1.0 | Now allows a string representing the color as the parameter. Previous versions allow only an ImagickPixel object. |