Click or drag to resize
DigitalRuneGraphicsHelperBlendStateMultiply Field
A default state object for multiplicative blending (colors and alpha values are multiplied).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static readonly BlendState BlendStateMultiply

Field Value

Type: BlendState
Remarks

This default state object has the following settings:

AlphaBlendFunction = BlendFunction.Add
AlphaDestinationBlend = Blend.SourceAlpha
AlphaSourceBlend = Blend.Zero
ColorBlendFunction = BlendFunction.Add
ColorDestinationBlend = Blend.SourceColor
ColorSourceBlend = Blend.Zero

This instance must not be modified!

See Also