Imagick::setImageMatteColor

(PECL imagick 2.0.0)

Imagick::setImageMatteColorSets the image matte color

Опис

bool Imagick::setImageMatteColor ( mixed $matte )

Sets the image matte color.

Параметри

matte

Значення, що повертаються

Повертає TRUE в разі успіху.

Помилки/Винятки

Кидає ImagickException в разі помилки.

Журнал Змін

Версія Опис
2.1.0 Now allows a string representing the color as the parameter. Previous versions allow only an ImagickPixel object.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top