Php/docs/imagick.setcolorspace

From Get docs

Imagick::setColorspace

(PECL imagick 3)

Imagick::setColorspaceSet colorspace


Description

public Imagick::setColorspace ( int $COLORSPACE ) : bool

Sets the global colorspace value for the object. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer.


Parameters

COLORSPACE
One of the COLORSPACE constants


Return Values

Returns TRUE on success.


Errors/Exceptions

Throws ImagickException on error.