Imagick::setImageMatteColor

(PECL imagick 2, PECL imagick 3)

Imagick::setImageMatteColorSets the image matte color

警告

此函數(shù)在 Imagick 3.4.4 中被 廢棄,強(qiáng)烈建議不要應(yīng)用此函數(shù)。

說明

public Imagick::setImageMatteColor(mixed $matte): bool

Sets the image matte color.

參數(shù)

matte

返回值

成功時(shí)返回 true。

錯誤/異常

錯誤時(shí)拋出 ImagickException。

更新日志

版本 說明
PECL imagick 2.1.0 Now allows a string representing the color as the parameter. Previous versions allow only an ImagickPixel object.