Gmagick::setimagebackgroundcolor

(PECL gmagick >= Unknown)

Gmagick::setimagebackgroundcolorSets the image background color

Descrição

publicGmagick::setimagebackgroundcolor(GmagickPixel$color): Gmagick

Sets the image background color.

Parâmetros

color

The background pixel wand.

Valor Retornado

The Gmagick object.

Erros/Exceções

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

To Top