PXC_BlendMode Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_BlendMode Enumeration}} | {{#customTitle:PXC_BlendMode Enumeration}} | ||
+ | {{#parentPage:PXV:PXC|PXC_BlendMode Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum PXC_BlendMode | <pre class="brush:cpp;gutter:false">enum PXC_BlendMode | ||
{ | { | ||
− | BlendMode_Normal = 0; | + | BlendMode_Normal = 0; |
− | BlendMode_Multiply = 1; | + | BlendMode_Multiply = 1; |
− | BlendMode_Screen = 2; | + | BlendMode_Screen = 2; |
− | BlendMode_Overlay = 3; | + | BlendMode_Overlay = 3; |
− | BlendMode_Darken = 4; | + | BlendMode_Darken = 4; |
− | BlendMode_Lighten = 5; | + | BlendMode_Lighten = 5; |
BlendMode_ColorDodge = 6; | BlendMode_ColorDodge = 6; | ||
− | BlendMode_ColorBurn = 7; | + | BlendMode_ColorBurn = 7; |
− | BlendMode_HardLight = 8; | + | BlendMode_HardLight = 8; |
− | BlendMode_SoftLight = 9; | + | BlendMode_SoftLight = 9; |
BlendMode_Difference = 10; | BlendMode_Difference = 10; | ||
− | BlendMode_Exclusion = 11; | + | BlendMode_Exclusion = 11; |
− | BlendMode_Hue = 12; | + | BlendMode_Hue = 12; |
BlendMode_Saturation = 13; | BlendMode_Saturation = 13; | ||
− | BlendMode_Color = 14; | + | BlendMode_Color = 14; |
BlendMode_Luminosity = 15; | BlendMode_Luminosity = 15; | ||
− | _BlendMode_Last_ = 16; | + | _BlendMode_Last_ = 16; |
}; | }; | ||
</pre> | </pre> |
Revision as of 06:00, 23 April 2015
Specifies the ...
Syntax
enum PXC_BlendMode { BlendMode_Normal = 0; BlendMode_Multiply = 1; BlendMode_Screen = 2; BlendMode_Overlay = 3; BlendMode_Darken = 4; BlendMode_Lighten = 5; BlendMode_ColorDodge = 6; BlendMode_ColorBurn = 7; BlendMode_HardLight = 8; BlendMode_SoftLight = 9; BlendMode_Difference = 10; BlendMode_Exclusion = 11; BlendMode_Hue = 12; BlendMode_Saturation = 13; BlendMode_Color = 14; BlendMode_Luminosity = 15; _BlendMode_Last_ = 16; };
Constants
- BlendMode_Normal
- The ...
- BlendMode_Multiply
- The ...
- BlendMode_Screen
- The ...
- BlendMode_Overlay
- The ...
- BlendMode_Darken
- The ...
- BlendMode_Lighten
- The ...
- BlendMode_ColorDodge
- The ...
- BlendMode_ColorBurn
- The ...
- BlendMode_HardLight
- The ...
- BlendMode_SoftLight
- The ...
- BlendMode_Difference
- The ...
- BlendMode_Exclusion
- The ...
- BlendMode_Hue
- The ...
- BlendMode_Saturation
- The ...
- BlendMode_Color
- The ...
- BlendMode_Luminosity
- The ...
- _BlendMode_Last_
- The ...
See Also
See also ...