Gmagick::setimagebackgroundcolor

(PECL gmagick >= Unknown)

Gmagick::setimagebackgroundcolorSets the image background color

Description

publicGmagick::setimagebackgroundcolor(GmagickPixel$color): Gmagick

Sets the image background color.

Parameters

color

The background pixel wand.

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

To Top