SciChart.Drawing Assembly > System.Windows.Media.Imaging Namespace : WriteableBitmapExtensions.BlendMode Enumeration
WriteableBitmapExtensions.BlendMode Enumeration
The blending mode.
Syntax
public enum WriteableBitmapExtensions.BlendMode : System.Enum 
Members
MemberDescription
Additive Additive blending adds the colors of the source and the destination.
Alpha Alpha blendiing uses the alpha channel to combine the source and destination.
ColorKeying Ignores the specified Color
Mask Uses the source color as a mask.
Multiply Multiplies the source color with the destination color.
None No blending just copies the pixels from the source.
Subtractive Subtractive blending subtracts the source color from the destination.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         System.Windows.Media.Imaging.WriteableBitmapExtensions.BlendMode

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