IXC_Split3Mode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_Split3Mode Enumeration}}
 
{{#customTitle:IXC_Split3Mode Enumeration}}
Line 31: Line 32:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:12, 20 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.

See Also

...