Imagick::setImageBackgroundColor

(PECL imagick 2, PECL imagick 3)

Imagick::setImageBackgroundColorSets the image background color

說明

public Imagick::setImageBackgroundColor(mixed $background): bool

Sets the image background color.

參數(shù)

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.