UIX_BlendType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<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> |
Revision as of 10:10, 8 May 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
See also ...