- PHP 手册
- 函数参考
- 图像生成和处理
- Cairo
The CairoSubpixelOrder class
(No version information available, might only be in Git)
简介
类摘要
CairoSubpixelOrder { /* 常量 */ const integer ORDER_DEFAULT = 0 ; const integer ORDER_RGB = 1 ; const integer ORDER_BGR = 2 ; const integer ORDER_VRGB = 3 ; const integer ORDER_VBGR = 4 ; }预定义常量
CairoSubpixelOrder::ORDER_DEFAULT
-
Description here...
CairoSubpixelOrder::ORDER_RGB
-
Description here...
CairoSubpixelOrder::ORDER_BGR
-
Description here...
CairoSubpixelOrder::ORDER_VRGB
-
Description here...
CairoSubpixelOrder::ORDER_VBGR
-
Description here...
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/class.cairosubpixelorder.php