Php/docs/gmagick.setimagecolorspace

来自菜鸟教程
跳转至:导航、​搜索

Gmagick::setimagecolorspace

(PECL gmagick >= Unknown)

Gmagick::setimagecolorspaceSets the image colorspace


说明

public Gmagick::setimagecolorspace ( int $colorspace ) : Gmagick

Sets the image colorspace.


参数

colorspace
The image colorspace: UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YPbPrColorspace, YUVColorspace, CMYKColorspace, sRGBColorspace, HSLColorspace, or HWBColorspace.


返回值

The Gmagick object on success


错误/异常

错误时抛出 GmagickException