PXC_BlendMode Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_BlendMode Enumeration}} | {{#customTitle:PXC_BlendMode Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_BlendMode|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<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> | ||
Line 64: | Line 68: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_EState_BlendMode|IPXC_EState::BlendMode]], [[PXV:IPXC_AnnotData_BlendMode|IPXC_AnnotData::BlendMode]], [[PXV:IPXC_ContentCreator_SetBlendMode|IPXC_ContentCreator::SetBlendMode]] |
Latest revision as of 09:34, 23 May 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
IPXC_EState::BlendMode, IPXC_AnnotData::BlendMode, IPXC_ContentCreator::SetBlendMode