Imagick::setImageMatteColor

(PECL imagick 2, PECL imagick 3)

Imagick::setImageMatteColorSets the image matte color

Avertizare

Această funcție este ÎNVECHITĂ începând cu Imagick 3.4.4. Utilizarea acesteia este foarte nerecomandată.

Descrierea

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

Sets the image matte color.

Parametri

matte

Valorile întoarse

Întoarce true în caz de succes.

Erori/Excepții

Emite ImagickException în caz de eroare.

Istoricul schimbărilor

Versiune Descriere
PECL imagick 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