Imagick::getImageBackgroundColor

(PECL imagick 2, PECL imagick 3)

Imagick::getImageBackgroundColorReturns the image background color

Descrição

publicImagick::getImageBackgroundColor(): ImagickPixel

Returns the image background color.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns an ImagickPixel set to the background color of the image.

Erros/Exceções

Lança uma exceção ImagickException em caso de erro.

To Top