PDFView4NET WinForms Edition
PDFBlendMode Enumeration




O2S.Components.PDFView4NET.Graphics Namespace : PDFBlendMode Enumeration
Specifies the available blend modes.
Syntax
'Declaration
 
Public Enum PDFBlendMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFBlendMode
public enum PDFBlendMode : System.Enum 
__value public enum PDFBlendMode : public System.Enum 
public enum class PDFBlendMode : public System.Enum 
Members
MemberDescription
ColorCreates a color with the saturation and hue of the source color and the luminance of the backdrop color.
ColorBurnDarkens the backdrop color to reflect the source color.
ColorDodgeBrightens the backdrop color to reflect the source color.
DarkenSelects the darker of the backdrop and source colors.
DifferenceSubtracts the darker of the two constituents colors from the lighter.
ExclusionSame as Difference, but lower in contrast.
HardLightMultiplies or screens the colors depending on the source color.
HueCreates a color with the hue of the source color and the saturation and luminance of the backdrop color.
LightenSelects the lighter of the backdrop and source colors.
LuminosityCreates a color with the luminance of the source color and the saturation and hue of the backdrop color.
MultiplyMultiplies the backdrop and source color.
NoneSame as Normal, but for internal library use.
NormalSelects the source color.
OverlayMultiplies or screens the colors depending on the backdrop color.
SaturationCreates a color with the saturation of the source color and the hue and luminance of the backdrop color.
ScreenMultiplies the complements of backdrop and source color values, and then complements the result.
SoftLightDarkens or lightens the colors depending on the source color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.PDFBlendMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Graphics Namespace