IXC_BlendMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_BlendMode Enumeration}}
 
{{#customTitle:IXC_BlendMode Enumeration}}
 +
{{#parentPage:PXV:IXC_Enumerations|IXC_BlendMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies a blend mode.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">enum IXC_BlendMode
 
<pre class="brush:cpp;gutter:false">enum IXC_BlendMode
 
{
 
{
     Blend_Normal = 0;
+
     Blend_Normal     = 0,
     Blend_Multiply = 1;
+
     Blend_Multiply   = 1,
     Blend_Screen = 2;
+
     Blend_Screen     = 2,
     Blend_Darken = 3;
+
     Blend_Darken     = 3,
     Blend_ColorDodge = 4;
+
     Blend_ColorDodge = 4,
     Blend_ColorBurn = 5;
+
     Blend_ColorBurn = 5,
     Blend_Exclusion = 6;
+
     Blend_Exclusion = 6,
     Blend_Overlay = 7;
+
     Blend_Overlay   = 7,
     Blend_HardLight = 8;
+
     Blend_HardLight = 8,
     Blend_SoftLight = 9;
+
     Blend_SoftLight = 9,
     Blend_XOR = 10;
+
     Blend_XOR       = 10,
 
};
 
};
 
</pre>
 
</pre>
Line 46: Line 48:
 
;Blend_XOR
 
;Blend_XOR
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:33, 23 May 2015


Specifies a blend mode.

Syntax

enum IXC_BlendMode
{
    Blend_Normal     = 0,
    Blend_Multiply   = 1,
    Blend_Screen     = 2,
    Blend_Darken     = 3,
    Blend_ColorDodge = 4,
    Blend_ColorBurn  = 5,
    Blend_Exclusion  = 6,
    Blend_Overlay    = 7,
    Blend_HardLight  = 8,
    Blend_SoftLight  = 9,
    Blend_XOR        = 10,
};

Constants

Blend_Normal
The ...
Blend_Multiply
The ...
Blend_Screen
The ...
Blend_Darken
The ...
Blend_ColorDodge
The ...
Blend_ColorBurn
The ...
Blend_Exclusion
The ...
Blend_Overlay
The ...
Blend_HardLight
The ...
Blend_SoftLight
The ...
Blend_XOR
The ...