IXC_Split3Mode Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_Split3Mode Enumeration}} | {{#customTitle:IXC_Split3Mode Enumeration}} | ||
+ | {{#parentPage:PXV:IXC_Enumerations|IXC_Split3Mode|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the color space from which the result images are constructed. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">enum IXC_Split3Mode | <pre class="brush:cpp;gutter:false">enum IXC_Split3Mode | ||
{ | { | ||
− | Split3_RGB = 0 | + | Split3_RGB = 0, |
− | Split3_HLS = 1 | + | Split3_HLS = 1, |
− | Split3_YUV = 2 | + | Split3_YUV = 2, |
− | Split3_YIQ = 3 | + | Split3_YIQ = 3, |
− | Split3_XYZ = 4 | + | Split3_XYZ = 4, |
}; | }; | ||
</pre> | </pre> | ||
Line 19: | Line 21: | ||
== Constants == | == Constants == | ||
;Split3_RGB | ;Split3_RGB | ||
− | :The | + | :The RGB color space. |
;Split3_HLS | ;Split3_HLS | ||
− | :The | + | :The HLS color space. |
;Split3_YUV | ;Split3_YUV | ||
− | :The | + | :The YUV color space. |
;Split3_YIQ | ;Split3_YIQ | ||
− | :The | + | :The YIQ color space. |
;Split3_XYZ | ;Split3_XYZ | ||
− | :The | + | :The XYZ color space. |
− | + | ||
− | + | ||
− | + |
Latest revision as of 10:34, 23 May 2015
Specifies the color space from which the result images are constructed.
Syntax
enum IXC_Split3Mode { Split3_RGB = 0, Split3_HLS = 1, Split3_YUV = 2, Split3_YIQ = 3, Split3_XYZ = 4, };
Constants
- Split3_RGB
- The RGB color space.
- Split3_HLS
- The HLS color space.
- Split3_YUV
- The YUV color space.
- Split3_YIQ
- The YIQ color space.
- Split3_XYZ
- The XYZ color space.