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>nw::gfx::res::ResTextureCombiner</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../../nw/gfx/res/Overview.html">res</a>::ResTextureCombiner</CODE> Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class ResTextureCombiner : public <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon&lt; ResTextureCombinerData &gt;</a></pre>
55    </div>
56    <h2>Description</h2>
57    <div class="section">
58      <p>Binary resource class that represents the source of a texture combiner.</p>
59    </div>
60    <a name="enum" id="enum">
61      <h2>Enumerated Types</h2>
62      <div class="section">
63        <table class="members">
64          <tr>
65            <td width="100"> </td>
66            <th>
67              <a href="../../../../nw/gfx/res/ResTextureCombiner/Constant.html"><CODE>Constant</CODE></a>
68            </th>
69            <td>Definition of the constant value used by a texture combiner.</td>
70          </tr>
71          <tr>
72            <td width="100"> </td>
73            <th>
74              <a href="../../../../nw/gfx/res/ResTextureCombiner/Source.html">Source</a>
75            </th>
76            <td>Definition of the source setting for the texture combiner.</td>
77          </tr>
78          <tr>
79            <td width="100"> </td>
80            <th>
81              <a href="../../../../nw/gfx/res/ResTextureCombiner/OperandRgb.html"><CODE>OperandRgb</CODE></a>
82            </th>
83            <td>Definition of the RGB operand setting for the texture combiner.</td>
84          </tr>
85          <tr>
86            <td width="100"> </td>
87            <th>
88              <a href="../../../../nw/gfx/res/ResTextureCombiner/OperandAlpha.html"><CODE>OperandAlpha</CODE></a>
89            </th>
90            <td>Definition of the Alpha operand setting for the texture combiner.</td>
91          </tr>
92          <tr>
93            <td width="100"> </td>
94            <th>
95              <a href="../../../../nw/gfx/res/ResTextureCombiner/Combine.html"><CODE>Combine</CODE></a>
96            </th>
97            <td>Definition of the combiner function for a texture combiner.</td>
98          </tr>
99          <tr>
100            <td width="100"> </td>
101            <th>
102              <a href="../../../../nw/gfx/res/ResTextureCombiner/Scale.html">Scale</a>
103            </th>
104            <td>Definition of the scale setting for the texture combiner.</td>
105          </tr> </table>
106      </div>
107    </a> <a name="function" id="function">
108      <h2>Member Functions</h2>
109      <div class="section">
110        <table class="members">
111          <tr>
112            <td width="100">  </td>
113            <th>
114              <a href="../../../../nw/gfx/res/ResTextureCombiner/ResTextureCombiner.html"><CODE>ResTextureCombiner</CODE></a>
115            </th>
116            <td>Constructor.</td>
117          </tr>
118          <tr>
119            <td width="100">  </td>
120            <th>
121              <a href="../../../../nw/gfx/res/ResTextureCombiner/ref.html"><CODE>ref</CODE></a>
122            </th>
123            <td>
124        </td>
125          </tr>
126          <tr>
127            <td width="100">  </td>
128            <th>
129              <a href="../../../../nw/gfx/res/ResTextureCombiner/operator==.html"><CODE>operator==</CODE></a>
130            </th>
131            <td>
132        </td>
133          </tr>
134          <tr>
135            <td width="100">  </td>
136            <th>
137              <a href="../../../../nw/gfx/res/ResTextureCombiner/operator!=.html"><CODE>operator!=</CODE></a>
138            </th>
139            <td>
140        </td>
141          </tr>
142          <tr>
143            <td width="100">  </td>
144            <th>
145              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetConstant.html">GetConstant</a>
146            </th>
147            <td>Gets the texture combiner constant settings.</td>
148          </tr>
149          <tr>
150            <td width="100">  </td>
151            <th>
152              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetConstant.html">SetConstant</a>
153            </th>
154            <td>Sets the texture combiner constant settings.</td>
155          </tr>
156          <tr>
157            <td width="100">  </td>
158            <th>
159              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetCommandBuffer.html">GetCommandBuffer</a>
160            </th>
161            <td>Gets a pointer to the command buffer.</td>
162          </tr>
163          <tr>
164            <td width="100">  </td>
165            <th>
166              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetConstantCmd.html"><CODE>SetConstantCmd</CODE></a>
167            </th>
168            <td>Sets the constant color set command as a u32 rgba value.</td>
169          </tr>
170          <tr>
171            <td width="100">  </td>
172            <th>
173              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetSourceRgb.html"><CODE>GetSourceRgb</CODE></a>
174            </th>
175            <td>Gets the RGB values source.</td>
176          </tr>
177          <tr>
178            <td width="100">  </td>
179            <th>
180              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetSourceRgb.html"><CODE>SetSourceRgb</CODE></a>
181            </th>
182            <td>Sets the RGB values source.</td>
183          </tr>
184          <tr>
185            <td width="100">  </td>
186            <th>
187              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetSourceAlpha.html"><CODE>GetSourceAlpha</CODE></a>
188            </th>
189            <td>Gets the alpha value source.</td>
190          </tr>
191          <tr>
192            <td width="100">  </td>
193            <th>
194              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetSourceAlpha.html"><CODE>SetSourceAlpha</CODE></a>
195            </th>
196            <td>Sets the alpha value source.</td>
197          </tr>
198          <tr>
199            <td width="100">  </td>
200            <th>
201              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetOperandRgb.html"><CODE>GetOperandRgb</CODE></a>
202            </th>
203            <td>Gets the RGB value operand.</td>
204          </tr>
205          <tr>
206            <td width="100">  </td>
207            <th>
208              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetOperandRgb.html"><CODE>SetOperandRgb</CODE></a>
209            </th>
210            <td>Sets the RGB value operand.</td>
211          </tr>
212          <tr>
213            <td width="100">  </td>
214            <th>
215              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetOperandAlpha.html"><CODE>GetOperandAlpha</CODE></a>
216            </th>
217            <td>Gets the alpha value operand.</td>
218          </tr>
219          <tr>
220            <td width="100">  </td>
221            <th>
222              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetOperandAlpha.html"><CODE>SetOperandAlpha</CODE></a>
223            </th>
224            <td>Sets the alpha value operand.</td>
225          </tr>
226          <tr>
227            <td width="100">  </td>
228            <th>
229              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetCombineRgb.html"><CODE>GetCombineRgb</CODE></a>
230            </th>
231            <td>Gets the combiner function for RGB values.</td>
232          </tr>
233          <tr>
234            <td width="100">  </td>
235            <th>
236              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetCombineRgb.html"><CODE>SetCombineRgb</CODE></a>
237            </th>
238            <td>Sets the combiner function for RGB values.</td>
239          </tr>
240          <tr>
241            <td width="100">  </td>
242            <th>
243              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetCombineAlpha.html"><CODE>GetCombineAlpha</CODE></a>
244            </th>
245            <td>Gets the combiner function for alpha values.</td>
246          </tr>
247          <tr>
248            <td width="100">  </td>
249            <th>
250              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetCombineAlpha.html"><CODE>SetCombineAlpha</CODE></a>
251            </th>
252            <td>Sets the combiner function for alpha values.</td>
253          </tr>
254          <tr>
255            <td width="100">  </td>
256            <th>
257              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetScaleRgb.html"><CODE>GetScaleRgb</CODE></a>
258            </th>
259            <td>Gets the RGB value scale.</td>
260          </tr>
261          <tr>
262            <td width="100">  </td>
263            <th>
264              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetScaleRgb.html"><CODE>SetScaleRgb</CODE></a>
265            </th>
266            <td>Sets the RGB values scale.</td>
267          </tr>
268          <tr>
269            <td width="100">  </td>
270            <th>
271              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetScaleAlpha.html"><CODE>GetScaleAlpha</CODE></a>
272            </th>
273            <td>Gets the alpha value scale.</td>
274          </tr>
275          <tr>
276            <td width="100">  </td>
277            <th>
278              <a href="../../../../nw/gfx/res/ResTextureCombiner/SetScaleAlpha.html"><CODE>SetScaleAlpha</CODE></a>
279            </th>
280            <td>Sets the alpha value scale.</td>
281          </tr>
282          <tr>
283            <td width="100">  </td>
284            <th>
285              <a href="../../../../nw/ut/ResCommon/ptr.html">ptr</a>
286            </th>
287            <td>Returns a pointer to a binary resource structure. (Derived from <CODE><a href="../../../../nw/ut/ResCommon/Overview.html">ResCommon</a></CODE>)</td>
288          </tr>
289          <tr>
290            <td width="100">  </td>
291            <th>
292              <a href="../../../../nw/ut/ResCommonBase/IsValid.html"><CODE>IsValid</CODE></a>
293            </th>
294            <td>Determines whether a pointer to a resource is <CODE>null</CODE>.(Derived from <CODE><a href="../../../../nw/ut/ResCommonBase/Overview.html">ResCommonBase</a></CODE>.)</td>
295          </tr>
296          <tr>
297            <td width="100">
298              <span class="static_style" title="static">S</span> </td>
299            <th>
300              <a href="../../../../nw/gfx/res/ResTextureCombiner/GetClassName.html"><CODE>GetClassName</CODE></a>
301            </th>
302            <td>
303        </td>
304          </tr> </table>
305      </div>
306    </a>
307    <h2>Class Hierarchy</h2>
308    <div class="section">
309      <p class="hierarchy"><a href="../../../../nw/ut/ResCommonBase/Overview.html">nw::ut::ResCommonBase</a><br />  <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon</a><br />    <b>nw::gfx::res::ResTextureCombiner</b>
310      </p>
311    </div>
312  <hr><p>CONFIDENTIAL</p></body>
313</html>
314