BlendState.Opaque Field

A built-in state object with settings for opaque blend, that is overwriting the source with the destination data.

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

Syntax

public static readonly BlendState Opaque

Remarks

This built-in state object has the following settings:

ColorSourceBlend = Blend.One,
AlphaSourceBlend = Blend.One,
    
ColorDestinationBlend = Blend.Zero,
AlphaDestinationBlend = Blend.Zero,
    

See Also

Reference

BlendState Class
BlendState Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone 7