PXC_BlendMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_BlendMode Enumeration}}
 
{{#customTitle:PXC_BlendMode Enumeration}}
{{#parentPage:PXV:PXC|PXC_BlendMode Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_BlendMode Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:27, 21 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

...