PXC_ColorSpaceType 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:PXC_ColorSpaceType Enumeration}}
 
{{#customTitle:PXC_ColorSpaceType Enumeration}}
Line 58: Line 59:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:14, 20 May 2015


Specifies the ...

Syntax

enum PXC_ColorSpaceType
{
    CS_none       = -1,
    CS_DeviceRGB  = 0,
    CS_DeviceCMYK = 1,
    CS_DeviceGray = 2,
    CS_CalRGB     = 3,
    CS_CalGray    = 4,
    CS_Lab        = 5,
    CS_ICCBased   = 6,
    CS_Separation = 7,
    CS_DeviceN    = 8,
    CS_Indexed    = 9,
    CS_PatternCS  = 10,
    CS_ImageMask  = 11,
    _CS_Last_     = 12,
};

Constants

CS_none
The ...
CS_DeviceRGB
The ...
CS_DeviceCMYK
The ...
CS_DeviceGray
The ...
CS_CalRGB
The ...
CS_CalGray
The ...
CS_Lab
The ...
CS_ICCBased
The ...
CS_Separation
The ...
CS_DeviceN
The ...
CS_Indexed
The ...
CS_PatternCS
The ...
CS_ImageMask
The ...
_CS_Last_
The ...

See Also

...