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    <title>Set</title>
8  </head>
9  <body>
10    <h1>nw::lyt::TevStage::Set Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void Set(
15     <a href="../../../nw/lyt/TevMode.html">TevMode</a> combineRgb,
16     <a href="../../../nw/lyt/TevMode.html">TevMode</a> combineAlpha,
17     <a href="../../../nw/lyt/TevSrc.html">TevSrc</a> srcRgb0,
18     <a href="../../../nw/lyt/TevSrc.html">TevSrc</a> srcRgb1,
19     <a href="../../../nw/lyt/TevSrc.html">TevSrc</a> srcRgb2,
20     <a href="../../../nw/lyt/TevSrc.html">TevSrc</a> srcAlpha0,
21     <a href="../../../nw/lyt/TevSrc.html">TevSrc</a> srcAlpha1,
22     <a href="../../../nw/lyt/TevSrc.html">TevSrc</a> srcAlpha2,
23     <a href="../../../nw/lyt/TevOpRgb.html">TevOpRgb</a> operandRgb0,
24     <a href="../../../nw/lyt/TevOpRgb.html">TevOpRgb</a> operandRgb1,
25     <a href="../../../nw/lyt/TevOpRgb.html">TevOpRgb</a> operandRgb2,
26     <a href="../../../nw/lyt/TevOpAlp.html">TevOpAlp</a> operandAlpha0,
27     <a href="../../../nw/lyt/TevOpAlp.html">TevOpAlp</a> operandAlpha1,
28     <a href="../../../nw/lyt/TevOpAlp.html">TevOpAlp</a> operandAlpha2,
29     <a href="../../../nw/lyt/TevScale.html">TevScale</a> scaleRgb,
30     <a href="../../../nw/lyt/TevScale.html">TevScale</a> scaleAlpha,
31     <a href="../../../nw/lyt/TevKonstSel.html">TevKonstSel</a> konstSelRgb,
32     <a href="../../../nw/lyt/TevKonstSel.html">TevKonstSel</a> konstSelAlpha,
33     bool savePrevRgb,
34     bool savePrevAlpha
35);
36</pre>
37    </div>
38    <h2>Arguments</h2>
39    <div class="section">
40      <table class="arguments">
41        <thead>
42          <tr>
43            <td width="15" />
44            <th>Name</th>
45            <td>Description</td>
46          </tr>
47        </thead>
48        <tr>
49          <td />
50          <th>combineRgb</th>
51          <td>The RGB calculation type.</td>
52        </tr>
53        <tr>
54          <td />
55          <th>combineAlpha</th>
56          <td>The alpha calculation type.</td>
57        </tr>
58        <tr>
59          <td />
60          <th>srcRgb0</th>
61          <td>Source 0 for RGB calculation.</td>
62        </tr>
63        <tr>
64          <td />
65          <th>srcRgb1</th>
66          <td>Source 1 for RGB calculation.</td>
67        </tr>
68        <tr>
69          <td />
70          <th>srcRgb2</th>
71          <td>Source 2 for RGB calculation.</td>
72        </tr>
73        <tr>
74          <td />
75          <th>srcAlpha0</th>
76          <td>Source 0 for alpha calculation.</td>
77        </tr>
78        <tr>
79          <td />
80          <th>srcAlpha1</th>
81          <td>Source 1 for alpha calculation.</td>
82        </tr>
83        <tr>
84          <td />
85          <th>srcAlpha2</th>
86          <td>Source 2 for alpha calculation.</td>
87        </tr>
88        <tr>
89          <td />
90          <th>operandRgb0</th>
91          <td>Source 0 operand for RGB calculation.</td>
92        </tr>
93        <tr>
94          <td />
95          <th>operandRgb1</th>
96          <td>Source 1 operand for RGB calculation.</td>
97        </tr>
98        <tr>
99          <td />
100          <th>operandRgb2</th>
101          <td>Source 2 operand for RGB calculation.</td>
102        </tr>
103        <tr>
104          <td />
105          <th>operandAlpha0</th>
106          <td>Source 0 operand for alpha calculation.</td>
107        </tr>
108        <tr>
109          <td />
110          <th>operandAlpha1</th>
111          <td>Source 1 operand for alpha calculation.</td>
112        </tr>
113        <tr>
114          <td />
115          <th>operandAlpha2</th>
116          <td>Source 2 operand for alpha calculation.</td>
117        </tr>
118        <tr>
119          <td />
120          <th>scaleRgb</th>
121          <td>Scale used in RGB calculation.</td>
122        </tr>
123        <tr>
124          <td />
125          <th>scaleAlpha</th>
126          <td>Scale used in alpha calculation.</td>
127        </tr>
128        <tr>
129          <td />
130          <th>konstSelRgb</th>
131          <td>The constant register source to be used in RGB calculations.</td>
132        </tr>
133        <tr>
134          <td />
135          <th>konstSelAlpha</th>
136          <td>The constant register source to be used in alpha calculations.</td>
137        </tr>
138        <tr>
139          <td />
140          <th>savePrevRgb</th>
141          <td>Specify <CODE>true</CODE> if the result (RGB) calculated in the previous stage is to be saved to a buffer.</td>
142        </tr>
143        <tr>
144          <td />
145          <th>savePrevAlpha</th>
146          <td>Specify true if the result (A) calculated in the previous stage is to be saved to a buffer.</td>
147        </tr> </table>
148    </div>
149    <h2>Return Values</h2>
150    <div class="section">
151                None.
152               </div>
153    <h2>Description</h2>
154    <div class="section">
155      <p>Sets all members.</p>
156    </div>
157    <h2>Revision History</h2>
158    <div class="section">
159      <dl class="history">
160        <dt>2009/09/18</dt>
161        <dd>Initial version.<br />
162        </dd>
163      </dl>
164    </div>
165  <hr><p>CONFIDENTIAL</p></body>
166</html>