PXC_RenderingIntent Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_RenderingIntent Enumeration}}
 
{{#customTitle:PXC_RenderingIntent Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:54, 20 April 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

See also ...