1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::gd::CTR::BlendStateDescription</title>
49  </head>
50  <body>
51<h1><CODE><a href="../../../../nn/Overview.html">nn</a>::<a href="../../../../nn/gd/Overview.html">gd</a>::<a href="../../../../nn/gd/CTR/Overview.html">CTR</a>::BlendStateDescription</CODE> Class</h1>
52<h2>Syntax</h2>
53    <div class="section">
54<pre class="definition">class BlendStateDescription</pre>
55    </div>
56<h2>Description</h2>
57    <div class="section">
58<p>The descriptor for creating blend state objects.</p><!-- write here --></div>
59    <a name="variable" id="variable">
60<h2>Member Variables</h2>
61      <div class="section">
62        <table class="members">
63          <tr>
64            <td width="100"> </td>
65            <th>
66<span class="argument"><CODE>m_BlendType</CODE></span>
67            </th>
68<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/BlendType.html">OutputStage::BlendType</a></td>
69<td>Setting to enable/disable blending.</td>
70          </tr>
71          <tr>
72            <td width="100"> </td>
73            <th>
74<span class="argument"><CODE>m_LogicOp</CODE></span>
75            </th>
76<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/LogicOperator.html">OutputStage::LogicOperator</a></td>
77<td>Setting to enable/disable logical operations.</td>
78          </tr>
79          <tr>
80            <td width="100"> </td>
81            <th>
82<span class="argument"><CODE>m_SrcRgb</CODE></span>
83            </th>
84<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/BlendFunction.html">OutputStage::BlendFunction</a></td>
85<td>The blending coefficient for the red, green, and blue components of the input fragment.</td>
86          </tr>
87          <tr>
88            <td width="100"> </td>
89            <th>
90<span class="argument"><CODE>m_DstRgb</CODE></span>
91            </th>
92<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/BlendFunction.html">OutputStage::BlendFunction</a></td>
93<td>The blending coefficient for the red, green, and blue components of the pixel to be output.</td>
94          </tr>
95          <tr>
96            <td width="100"> </td>
97            <th>
98<span class="argument"><CODE>m_SrcAlpha</CODE></span>
99            </th>
100<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/BlendFunction.html">OutputStage::BlendFunction</a></td>
101<td>The blending coefficient for the alpha value of the input fragment.</td>
102          </tr>
103          <tr>
104            <td width="100"> </td>
105            <th>
106<span class="argument"><CODE>m_DstAlpha</CODE></span>
107            </th>
108<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/BlendFunction.html">OutputStage::BlendFunction</a></td>
109<td>The blending coefficient for the alpha value of the pixel to be output.</td>
110          </tr>
111          <tr>
112            <td width="100"> </td>
113            <th>
114<span class="argument"><CODE>m_EqRgb</CODE></span>
115            </th>
116<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/BlendEquation.html">OutputStage::BlendEquation</a></td>
117<td>The blending operator for the red, green, and blue components.</td>
118          </tr>
119          <tr>
120            <td width="100"> </td>
121            <th>
122<span class="argument"><CODE>m_EqAlpha</CODE></span>
123            </th>
124<td width="100"><a href="../../../../nn/gd/CTR/OutputStage/BlendEquation.html">OutputStage::BlendEquation</a></td>
125<td>The blending operator for the alpha component.</td>
126          </tr> </table>
127      </div>
128    </a> <a name="function" id="function">
129<h2>Member Functions</h2>
130      <div class="section">
131        <table class="members">
132          <tr>
133            <td width="100">  </td>
134            <th>
135<a href="../../../../nn/gd/CTR/BlendStateDescription/SetBlendFunc.html"><CODE>SetBlendFunc</CODE></a>
136            </th>
137<td>Sets the blending coefficients for the source and destination.</td>
138          </tr>
139          <tr>
140            <td width="100">  </td>
141            <th>
142<a href="../../../../nn/gd/CTR/BlendStateDescription/SetBlendMode_DefaultBlending.html"><CODE>SetBlendMode_DefaultBlending</CODE></a>
143            </th>
144<td>Sets blending to the default blending state.</td>
145          </tr>
146          <tr>
147            <td width="100">  </td>
148            <th>
149<a href="../../../../nn/gd/CTR/BlendStateDescription/SetBlendMode_NoBlend.html"><CODE>SetBlendMode_NoBlend</CODE></a>
150            </th>
151<td>Sets blending to the disabled state.</td>
152          </tr>
153          <tr>
154            <td width="100">  </td>
155            <th>
156<a href="../../../../nn/gd/CTR/BlendStateDescription/SetLogicOperatorMode_Default.html"><CODE>SetLogicOperatorMode_Default</CODE></a>
157            </th>
158<td>Sets the default state for logical operations.</td>
159          </tr>
160          <tr>
161            <td width="100">  </td>
162            <th>
163<a href="../../../../nn/gd/CTR/BlendStateDescription/SetLogicOperatorMode.html"><CODE>SetLogicOperatorMode</CODE></a>
164            </th>
165<td>Sets the logical operations state.</td>
166          </tr>
167          <tr>
168            <td width="100">  </td>
169            <th>
170<a href="../../../../nn/gd/CTR/BlendStateDescription/ToDefault.html"><CODE>ToDefault</CODE></a>
171            </th>
172<td>Specifies the default blending state (no blending).</td>
173          </tr>
174          <tr>
175            <td width="100">  </td>
176            <th>
177<a href="../../../../nn/gd/CTR/BlendStateDescription/BlendStateDescription.html">BlendStateDescription</a>
178            </th>
179<td>The constructor for the descriptor. Sets the descriptor to the default value.</td>
180          </tr> </table>
181      </div>
182    </a>
183<h2>Revision History</h2>
184    <div class="section">
185      <dl class="history">
186        <dt>2011/02/15</dt>
187<dd>Initial version.<br />
188        </dd>
189      </dl>
190    </div>
191  <hr><p>CONFIDENTIAL</p></body>
192</html>
193