BlendState.AlphaBlend Field

Microsoft Silverlight will reach end of support after October 2021. Learn more.

A built-in state object with settings for alpha blend, that is blending the source and destination data using alpha.

Namespace:  Microsoft.Xna.Framework.Graphics
Assembly:  Microsoft.Xna.Framework.Graphics (in Microsoft.Xna.Framework.Graphics.dll)

Syntax

'Declaration
Public Shared ReadOnly AlphaBlend As BlendState
public static readonly BlendState AlphaBlend

Remarks

This built-in state object has the following settings:

ColorSourceBlend = Blend.One,
AlphaSourceBlend = Blend.One,
ColorDestinationBlend = Blend.InverseSourceAlpha,
AlphaDestinationBlend = Blend.InverseSourceAlpha,

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.