BlendMode

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

The blending mode.

字段

Additive : BlendMode

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

Alpha : BlendMode

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

ColorKeying : BlendMode

Ignores the specified Color

Mask : BlendMode

Uses the source color as a mask.

Multiply : BlendMode

Multiplies the source color with the destination color.

None : BlendMode

No blending just copies the pixels from the source.

Subtractive : BlendMode

Subtractive blending subtracts the source color from the destination.