O2S.Components.PDF4NET Documentation
PDFBlendMode Enumeration



O2S.Components.PDF4NET.Graphics Namespace : PDFBlendMode Enumeration
Supported PDF blend modes.
Syntax
'Declaration
 
Public Enum PDFBlendMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFBlendMode
public enum PDFBlendMode : System.Enum 
public enum class PDFBlendMode : public System.Enum 
Members
MemberDescription
Color Creates a color with the saturation and hue of the source color and the luminance of the backdrop color.
ColorBurn Darkens the backdrop color to reflect the source color.
ColorDodge Brightens the backdrop color to reflect the source color.
Darken Selects the darker of the backdrop and source colors.
Difference Subtracts the darker of the two constituents colors from the lighter.
Exclusion Same as Difference, but lower in contrast.
HardLight Multiplies or screens the colors depending on the source color.
Hue Creates a color with the hue of the source color and the saturation and luminance of the backdrop color.
Lighten Selects the lighter of the backdrop and source colors.
Luminosity Creates a color with the luminance of the source color and the saturation and hue of the backdrop color.
Multiply Multiplies the backdrop and source color.
None Same as Normal.
Normal Selects the source color.
Overlay Multiplies or screens the colors depending on the backdrop color.
Saturation Creates a color with the saturation of the source color and the hue and luminance of the backdrop color.
Screen Multiplies the complements of backdrop and source color values, and then complements the result.
SoftLight Darkens or lightens the colors depending on the source color.
Inheritance Hierarchy

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

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

O2S.Components.PDF4NET.Graphics Namespace