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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_RenderingIntent Enumeration}}
 
{{#customTitle:PXC_RenderingIntent Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_RenderingIntent Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_RenderingIntent
 
<pre class="brush:cpp;gutter:false">enum PXC_RenderingIntent
 
{
 
{
     RI_Perceptual = 0;
+
     RI_Perceptual           = 0;
 
     RI_RelativeColorimecric = 1;
 
     RI_RelativeColorimecric = 1;
     RI_Saturation = 2;
+
     RI_Saturation           = 2;
 
     RI_AbsoluteColorimecric = 3;
 
     RI_AbsoluteColorimecric = 3;
     _RI_Last_ = 4;
+
     _RI_Last_               = 4;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:01, 23 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 ...