UIX_BlendType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_BlendType Enumeration}}
 
{{#customTitle:UIX_BlendType Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_BlendType|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_BlendType
 
<pre class="brush:cpp;gutter:false">enum UIX_BlendType
 
{
 
{
     UIX_BlendType_Normal = 0;
+
     UIX_BlendType_Normal     = 0,
     UIX_BlendType_DestOver = 1;
+
     UIX_BlendType_DestOver   = 1,
     UIX_BlendType_Multiply = 2;
+
     UIX_BlendType_Multiply   = 2,
     UIX_BlendType_Screen = 3;
+
     UIX_BlendType_Screen     = 3,
     UIX_BlendType_Overlay = 4;
+
     UIX_BlendType_Overlay   = 4,
     UIX_BlendType_Darken = 5;
+
     UIX_BlendType_Darken     = 5,
     UIX_BlendType_Lighten = 6;
+
     UIX_BlendType_Lighten   = 6,
     UIX_BlendType_ColorDodge = 7;
+
     UIX_BlendType_ColorDodge = 7,
     UIX_BlendType_ColorBurn = 8;
+
     UIX_BlendType_ColorBurn = 8,
     UIX_BlendType_HardLigth = 9;
+
     UIX_BlendType_HardLigth = 9,
     UIX_BlendType_SoftLigth = 10;
+
     UIX_BlendType_SoftLigth = 10,
     UIX_BlendType_Difference = 11;
+
     UIX_BlendType_Difference = 11,
     UIX_BlendType_Exclusion = 12;
+
     UIX_BlendType_Exclusion = 12,
     UIX_BlendType_Contrast = 13;
+
     UIX_BlendType_Contrast   = 13,
     UIX_BlendType_Invert = 14;
+
     UIX_BlendType_Invert     = 14,
     UIX_BlendType_XOR = 15;
+
     UIX_BlendType_XOR       = 15,
     UIX_BlendType_Plus = 16;
+
     UIX_BlendType_Plus       = 16,
     UIX_BlendType_Minus = 17;
+
     UIX_BlendType_Minus     = 17,
 
};
 
};
 
</pre>
 
</pre>
Line 67: Line 71:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IUIX_Brush_BlendType|IUIX_Brush::BlendType]]

Latest revision as of 00:38, 4 June 2015


Specifies the ...

Syntax

enum UIX_BlendType
{
    UIX_BlendType_Normal     = 0,
    UIX_BlendType_DestOver   = 1,
    UIX_BlendType_Multiply   = 2,
    UIX_BlendType_Screen     = 3,
    UIX_BlendType_Overlay    = 4,
    UIX_BlendType_Darken     = 5,
    UIX_BlendType_Lighten    = 6,
    UIX_BlendType_ColorDodge = 7,
    UIX_BlendType_ColorBurn  = 8,
    UIX_BlendType_HardLigth  = 9,
    UIX_BlendType_SoftLigth  = 10,
    UIX_BlendType_Difference = 11,
    UIX_BlendType_Exclusion  = 12,
    UIX_BlendType_Contrast   = 13,
    UIX_BlendType_Invert     = 14,
    UIX_BlendType_XOR        = 15,
    UIX_BlendType_Plus       = 16,
    UIX_BlendType_Minus      = 17,
};

Constants

UIX_BlendType_Normal
The ...
UIX_BlendType_DestOver
The ...
UIX_BlendType_Multiply
The ...
UIX_BlendType_Screen
The ...
UIX_BlendType_Overlay
The ...
UIX_BlendType_Darken
The ...
UIX_BlendType_Lighten
The ...
UIX_BlendType_ColorDodge
The ...
UIX_BlendType_ColorBurn
The ...
UIX_BlendType_HardLigth
The ...
UIX_BlendType_SoftLigth
The ...
UIX_BlendType_Difference
The ...
UIX_BlendType_Exclusion
The ...
UIX_BlendType_Contrast
The ...
UIX_BlendType_Invert
The ...
UIX_BlendType_XOR
The ...
UIX_BlendType_Plus
The ...
UIX_BlendType_Minus
The ...

See Also

IUIX_Brush::BlendType