<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">Microsoft.Xna.Framework.Graphics.GraphicsResource</a></li>
<dd><ahref="../../../../System/IDisposable.html"title="interface in System">IDisposable</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">BlendState</span>
extends <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></pre>
<divclass="block">Contains blend state for the device.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a></code></td>
<divclass="block">A built-in state object with settings for additive blend, that is adding the destination data to the source data without using alpha.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a></code></td>
<divclass="block">A built-in state object with settings for alpha blend, that is blending the source and destination data using alpha.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a></code></td>
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a></code></td>
<h3>Fields inherited from class Microsoft.Xna.Framework.Graphics.<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></h3>
<divclass="block">Immediately releases the unmanaged resources used by this object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics">BlendFunction</a></code></td>
<divclass="block">Gets the arithmetic operation when blending alpha values.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html#setAlphaBlendFunction(Microsoft.Xna.Framework.Graphics.BlendFunction)">setAlphaBlendFunction</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics">BlendFunction</a> value)</code>
<divclass="block">Sets the arithmetic operation when blending alpha values.</div>
<h3>Methods inherited from class Microsoft.Xna.Framework.Graphics.<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></h3>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a> Additive</pre>
<divclass="block">A built-in state object with settings for additive blend, that is adding the destination data to the source data without using alpha.</div>
</li>
</ul>
<aname="AlphaBlend">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>AlphaBlend</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a> AlphaBlend</pre>
<divclass="block">A built-in state object with settings for alpha blend, that is blending the source and destination data using alpha.</div>
</li>
</ul>
<aname="NonPremultiplied">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>NonPremultiplied</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a> NonPremultiplied</pre>
</li>
</ul>
<aname="Opague">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>Opague</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendState.html"title="class in Microsoft.Xna.Framework.Graphics">BlendState</a> Opague</pre>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics">BlendFunction</a> getAlphaBlendFunction()</pre>
<divclass="block">Gets the arithmetic operation when blending alpha values. The default is BlendFunction.Add.</div>
<pre>public void setAlphaBlendFunction(<ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics">BlendFunction</a> value)</pre>
<divclass="block">Sets the arithmetic operation when blending alpha values. The default is BlendFunction.Add.</div>
<divclass="block">Immediately releases the unmanaged resources used by this object.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html#Dispose(boolean)">Dispose</a></code> in class <code><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></code></dd>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/BufferUsage.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>