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)
This built-in state object has the following settings:
| Property | Value |
|---|---|
| ColorSourceBlend | Blend.One |
| AlphaSourceBlend | Blend.One |
| ColorDestinationBlend | Blend.Zero |
| AlphaDestinationBlend | Blend.Zero |
Community Additions
ADD
Show: