HaruPage::getFillingColorSpace
(PECL haru >= 0.0.1)
HaruPage::getFillingColorSpace — Get the current filling color space
说明
HaruPage::getFillingColorSpace
( void
) : int
Get the current filling color space.
参数
此函数没有参数。
返回值
Returns the current filling color space. The result value is one of the following:
-
HaruDoc::CS_DEVICE_GRAY -
HaruDoc::CS_DEVICE_RGB -
HaruDoc::CS_DEVICE_CMYK -
HaruDoc::CS_CAL_GRAY -
HaruDoc::CS_CAL_RGB -
HaruDoc::CS_LAB -
HaruDoc::CS_ICC_BASED -
HaruDoc::CS_SEPARATION -
HaruDoc::CS_DEVICE_N -
HaruDoc::CS_INDEXED -
HaruDoc::CS_PATTERN
错误/异常
发生错误时抛出 HaruException 异常。
User Contributed Notes
There are no user contributed notes for this page.
备份地址:http://www.lvesu.com/blog/php/harupage.getfillingcolorspace.php