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
AdditiveAdditive blending adds the colors of the source and the destination.
AlphaAlpha blendiing uses the alpha channel to combine the source and destination.
ColorKeyingIgnores the specified Color
MaskUses the source color as a mask.
MultiplyMultiplies the source color with the destination color.
NoneNo blending just copies the pixels from the source.
SubtractiveSubtractive 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