A built-in state object with settings for additive blend that 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
public static readonly BlendState Additive
Remarks
This built-in state object has the following settings:
| Property | Value |
|---|---|
| ColorSourceBlend | Blend.SourceAlpha |
| AlphaSourceBlend | Blend.SourceAlpha |
| ColorDestinationBlend | Blend.One |
| AlphaDestinationBlend | Blend.One |
See Also
Reference
BlendState Class
BlendState Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP