PXC_RenderingIntent Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_RenderingIntent Enumeration}}
 
{{#customTitle:PXC_RenderingIntent Enumeration}}
{{#parentPage:PXV:PXC|PXC_RenderingIntent Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_RenderingIntent Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:30, 21 May 2015


Specifies the ...

Syntax

enum PXC_RenderingIntent
{
    RI_Perceptual           = 0,
    RI_RelativeColorimecric = 1,
    RI_Saturation           = 2,
    RI_AbsoluteColorimecric = 3,
    _RI_Last_               = 4,
};

Constants

RI_Perceptual
The ...
RI_RelativeColorimecric
The ...
RI_Saturation
The ...
RI_AbsoluteColorimecric
The ...
_RI_Last_
The ...

See Also

...