PHP 8.5.0 Alpha 2 available for testing

Imagick::getImageMatteColor

(PECL imagick 2, PECL imagick 3)

Imagick::getImageMatteColorDevuelve el color mate de la imagen

Advertencia

Esta función está DEPRECADA a partir de Imagick 3.4.4. Depender de esta funcionalidad está fuertemente desaconsejado.

Descripción

public Imagick::getImageMatteColor(): ImagickPixel

Devuelve el color mate de la imagen.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Devuelve un objeto ImagickPixel en caso de éxito.

Errores/Excepciones

Lanza una excepción ImagickException si ocurre un error.

add a note

User Contributed Notes

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