0 out of 2 rated this helpful - Rate this topic

BlendState.AlphaBlend Field

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)

public static readonly BlendState AlphaBlend

This built-in state object has the following settings:

PropertyValue
ColorSourceBlendBlend.One
AlphaSourceBlendBlend.One
ColorDestinationBlendBlend.InverseSourceAlpha
AlphaDestinationBlendBlend.InverseSourceAlpha
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.