BlendState.Additive Field
Microsoft Silverlight will reach end of support after October 2021. Learn more.
A built-in state object with settings for additive blend, which is adding the destination data to the source data without using alpha.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in Microsoft.Xna.Framework.Graphics.dll)
Syntax
'Declaration
Public Shared ReadOnly Additive As BlendState
public static readonly BlendState Additive
Remarks
This built-in state object has the following settings:
ColorSourceBlend = Blend.SourceAlpha,
AlphaSourceBlend = Blend.SourceAlpha,
ColorDestinationBlend = Blend.One,
AlphaDestinationBlend = Blend.One,
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.