BlendState.ColorBlendFunction Property
Gets or sets the arithmetic operation when blending color values. The default is BlendFunction.Add.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
public BlendFunction ColorBlendFunction { get; set; }
Property Value
A value from the BlendFunction enumeration.
For more information about blending, see What Is Color Blending?.