<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a>></li>
<li>
<ulclass="inheritance">
<li>Microsoft.Xna.Framework.Graphics.Blend</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a>></dd>
</dl>
<hr>
<br>
<pre>public enum <spanclass="strong">Blend</span>
extends java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a>></pre>
<divclass="block">Defines color blending factors.</div>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Enum Constant Summary table, listing enum constants, and an explanation">
<divclass="block">Each component of the color is multiplied by either the alpha of the source color, or the inverse of the alpha of the source color, whichever is greater.</div>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a>[]</code></td>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> One</pre>
<divclass="block">Each component of the color is multiplied by (1, 1, 1, 1).</div>
</li>
</ul>
<aname="Zero">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Zero</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> Zero</pre>
<divclass="block">Each component of the color is multiplied by (0, 0, 0, 0).</div>
</li>
</ul>
<aname="SourceColor">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>SourceColor</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> SourceColor</pre>
<divclass="block">Each component of the color is multiplied by the source color. This can be represented as (Rs, Gs, Bs, As), where R, G, B, and A respectively stand for the red, green, blue, and alpha source values.</div>
</li>
</ul>
<aname="InverseSourceColor">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>InverseSourceColor</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> InverseSourceColor</pre>
<divclass="block">Each component of the color is multiplied by the inverse of the source color. This can be represented as (1 ? Rs, 1 ? Gs, 1 ? Bs, 1 ? As) where R, G, B, and A respectively stand for the red, green, blue, and alpha destination values.</div>
</li>
</ul>
<aname="SourceAlpha">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>SourceAlpha</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> SourceAlpha</pre>
<divclass="block">Each component of the color is multiplied by the alpha value of the source. This can be represented as (As, As, As, As), where As is the alpha source value.</div>
</li>
</ul>
<aname="InverseSourceAlpha">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>InverseSourceAlpha</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> InverseSourceAlpha</pre>
<divclass="block">Each component of the color is multiplied by the inverse of the alpha value of the source. This can be represented as (1 ? As, 1 ? As, 1 ? As, 1 ? As), where As is the alpha destination value.</div>
</li>
</ul>
<aname="DestinationColor">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>DestinationColor</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> DestinationColor</pre>
<divclass="block">Each component color is multiplied by the destination color. This can be represented as (Rd, Gd, Bd, Ad), where R, G, B, and A respectively stand for red, green, blue, and alpha destination values.</div>
</li>
</ul>
<aname="InverseDestinationColor">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>InverseDestinationColor</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> InverseDestinationColor</pre>
<divclass="block">Each component of the color is multiplied by the inverse of the destination color. This can be represented as (1 ? Rd, 1 ? Gd, 1 ? Bd, 1 ? Ad), where Rd, Gd, Bd, and Ad respectively stand for the red, green, blue, and alpha destination values.</div>
</li>
</ul>
<aname="DestinationAlpha">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>DestinationAlpha</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> DestinationAlpha</pre>
<divclass="block">Each component of the color is multiplied by the alpha value of the destination. This can be represented as (Ad, Ad, Ad, Ad), where Ad is the destination alpha value.</div>
</li>
</ul>
<aname="InverseDestinationAlpha">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>InverseDestinationAlpha</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> InverseDestinationAlpha</pre>
<divclass="block">Each component of the color is multiplied by the inverse of the alpha value of the destination. This can be represented as (1 ? Ad, 1 ? Ad, 1 ? Ad, 1 ? Ad), where Ad is the alpha destination value.</div>
</li>
</ul>
<aname="BlendFactor">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>BlendFactor</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> BlendFactor</pre>
<divclass="block">Each component of the color is multiplied by a constant set in BlendFactor.</div>
</li>
</ul>
<aname="InverseBlendFactor">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>InverseBlendFactor</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> InverseBlendFactor</pre>
<divclass="block">Each component of the color is multiplied by the inverse of a constant set in BlendFactor.</div>
</li>
</ul>
<aname="SourceAlphaSaturation">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>SourceAlphaSaturation</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> SourceAlphaSaturation</pre>
<divclass="block">Each component of the color is multiplied by either the alpha of the source color, or the inverse of the alpha of the source color, whichever is greater. This can be represented as (f, f, f, 1), where f = min(A, 1 ? Ad).</div>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
<dl><dt><spanclass="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
</li>
</ul>
<aname="valueOf(java.lang.String)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/Blend.html"title="enum in Microsoft.Xna.Framework.Graphics">Blend</a> valueOf(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/BlendFunction.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>