Expand Minimize
This topic has not yet been rated - Rate this topic

RenderState.AlphaBlendOperation Property

Gets or sets the arithmetic operation applied to separate alpha blending. The default is BlendFunction.Add.

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

public BlendFunction AlphaBlendOperation { get; set; }

Property Value

A value from the BlendFunction enumeration.

This value is ignored unless SeparateAlphaBlendEnabled is true.

Bb194978.caution(en-US,XNAGameStudio.30).gifCaution
This value is used for blending the alpha channel only, not for alpha blending of the entire pixel. For setting the blending mode for alpha blending operation, see BlendFunction.
Xbox 360, Windows XP SP2, Windows Vista
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.