BlendMode

StockSharp.Xaml.Charting.Rendering.HighSpeedRasterizer.WBX.WriteableBitmapExtensions

The blending mode.

Fields

Additive
public const BlendMode Additive
value = BlendMode.Additive

Additive blending adds the colors of the source and the destination.

Alpha
public const BlendMode Alpha
value = BlendMode.Alpha

Alpha blendiing uses the alpha channel to combine the source and destination.

ColorKeying
public const BlendMode ColorKeying
value = BlendMode.ColorKeying

Ignores the specified Color

Mask
public const BlendMode Mask
value = BlendMode.Mask

Uses the source color as a mask.

Multiply
public const BlendMode Multiply
value = BlendMode.Multiply

Multiplies the source color with the destination color.

None
public const BlendMode None
value = BlendMode.None

No blending just copies the pixels from the source.

Subtractive
public const BlendMode Subtractive
value = BlendMode.Subtractive

Subtractive blending subtracts the source color from the destination.