source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1ColourValue.html @ 657

Revision 657, 45.0 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::ColourValue class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::ColourValue Class Reference</h1>Class representing colour. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>&gt;</code>
14<p>
15<a href="classOgre_1_1ColourValue-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea0">ColourValue</a> (float red=1.0f, float green=1.0f, float blue=1.0f, float alpha=1.0f)</td></tr>
19
20<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea1">operator==</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rhs) const </td></tr>
21
22<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea2">operator!=</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rhs) const </td></tr>
23
24<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a55">RGBA</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea3">getAsRGBA</a> (void) const </td></tr>
25
26<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Retrieves colour as RGBA.  <a href="#Ogre_1_1ColourValuea3"></a><br><br></td></tr>
27<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a56">ARGB</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea4">getAsARGB</a> (void) const </td></tr>
28
29<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Retrieves colour as ARGB.  <a href="#Ogre_1_1ColourValuea4"></a><br><br></td></tr>
30<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a57">ABGR</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea5">getAsABGR</a> (void) const </td></tr>
31
32<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Retrieves colours as ABGR.  <a href="#Ogre_1_1ColourValuea5"></a><br><br></td></tr>
33<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea6">setAsRGBA</a> (const <a class="el" href="namespaceOgre.html#a55">RGBA</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo4">val</a>)</td></tr>
34
35<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets colour as RGBA.  <a href="#Ogre_1_1ColourValuea6"></a><br><br></td></tr>
36<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea7">setAsARGB</a> (const <a class="el" href="namespaceOgre.html#a56">ARGB</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo4">val</a>)</td></tr>
37
38<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets colour as ARGB.  <a href="#Ogre_1_1ColourValuea7"></a><br><br></td></tr>
39<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea8">setAsABGR</a> (const <a class="el" href="namespaceOgre.html#a57">ABGR</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo4">val</a>)</td></tr>
40
41<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets colour as ABGR.  <a href="#Ogre_1_1ColourValuea8"></a><br><br></td></tr>
42<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea9">operator+</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rkVector) const </td></tr>
43
44<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea10">operator-</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rkVector) const </td></tr>
45
46<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea11">operator *</a> (const float fScalar) const </td></tr>
47
48<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea12">operator *</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rhs) const </td></tr>
49
50<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea13">operator/</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rhs) const </td></tr>
51
52<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea14">operator/</a> (const float fScalar) const </td></tr>
53
54<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea15">operator+=</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rkVector)</td></tr>
55
56<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea16">operator-=</a> (const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rkVector)</td></tr>
57
58<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea17">operator *=</a> (const float fScalar)</td></tr>
59
60<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuea18">operator/=</a> (const float fScalar)</td></tr>
61
62<tr><td colspan=2><br><h2>Static Public Attributes</h2></td></tr>
63<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues0">Black</a></td></tr>
64
65<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues1">White</a></td></tr>
66
67<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues2">Red</a></td></tr>
68
69<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues3">Green</a></td></tr>
70
71<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues4">Blue</a></td></tr>
72
73<tr><td colspan=2><br><h2>Friends</h2></td></tr>
74<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValuen0">operator *</a> (const float fScalar, const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;rkVector)</td></tr>
75
76</table>
77<hr><a name="_details"></a><h2>Detailed Description</h2>
78Class representing colour.
79<p>
80<dl compact><dt><b>Remarks:</b></dt><dd>Colour is represented as 4 components, each of which is a floating-point value from 0.0 to 1.0. </dd></dl>
81<dl compact><dt><b></b></dt><dd>The 3 'normal' colour components are red, green and blue, a higher number indicating greater amounts of that component in the colour. The forth component is the 'alpha' value, which represents transparency. In this case, 0.0 is completely transparent and 1.0 is fully opaque. </dd></dl>
82
83<p>
84
85<p>
86Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00047">47</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
87<a class="anchor" name="Ogre_1_1ColourValuea0" doxytag="Ogre::ColourValue::ColourValue" ></a><p>
88<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
89  <tr>
90    <td class="mdRow">
91      <table cellpadding="0" cellspacing="0" border="0">
92        <tr>
93          <td class="md" nowrap valign="top"> Ogre::ColourValue::ColourValue </td>
94          <td class="md" valign="top">(&nbsp;</td>
95          <td class="md" nowrap valign="top">float&nbsp;</td>
96          <td class="mdname" nowrap> <em>red</em> = 1.0f, </td>
97        </tr>
98        <tr>
99          <td class="md" nowrap align="right"></td>
100          <td></td>
101          <td class="md" nowrap>float&nbsp;</td>
102          <td class="mdname" nowrap> <em>green</em> = 1.0f, </td>
103        </tr>
104        <tr>
105          <td class="md" nowrap align="right"></td>
106          <td></td>
107          <td class="md" nowrap>float&nbsp;</td>
108          <td class="mdname" nowrap> <em>blue</em> = 1.0f, </td>
109        </tr>
110        <tr>
111          <td class="md" nowrap align="right"></td>
112          <td></td>
113          <td class="md" nowrap>float&nbsp;</td>
114          <td class="mdname" nowrap> <em>alpha</em> = 1.0f</td>
115        </tr>
116        <tr>
117          <td></td>
118          <td class="md">)&nbsp;</td>
119          <td class="md" colspan="2"><code> [explicit]</code></td>
120        </tr>
121
122      </table>
123    </td>
124  </tr>
125</table>
126<table cellspacing=5 cellpadding=0 border=0>
127  <tr>
128    <td>
129      &nbsp;
130    </td>
131    <td>
132
133<p>
134
135<p>
136Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00056">56</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
137  </tr>
138</table>
139<hr><h2>Member Function Documentation</h2>
140<a class="anchor" name="Ogre_1_1ColourValuea5" doxytag="Ogre::ColourValue::getAsABGR" ></a><p>
141<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
142  <tr>
143    <td class="mdRow">
144      <table cellpadding="0" cellspacing="0" border="0">
145        <tr>
146          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a57">ABGR</a> Ogre::ColourValue::getAsABGR </td>
147          <td class="md" valign="top">(&nbsp;</td>
148          <td class="md" nowrap valign="top">void&nbsp;</td>
149          <td class="mdname1" valign="top" nowrap>          </td>
150          <td class="md" valign="top">&nbsp;)&nbsp;</td>
151          <td class="md" nowrap> const</td>
152        </tr>
153
154      </table>
155    </td>
156  </tr>
157</table>
158<table cellspacing=5 cellpadding=0 border=0>
159  <tr>
160    <td>
161      &nbsp;
162    </td>
163    <td>
164
165<p>
166Retrieves colours as ABGR.
167<p>
168    </td>
169  </tr>
170</table>
171<a class="anchor" name="Ogre_1_1ColourValuea4" doxytag="Ogre::ColourValue::getAsARGB" ></a><p>
172<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
173  <tr>
174    <td class="mdRow">
175      <table cellpadding="0" cellspacing="0" border="0">
176        <tr>
177          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a56">ARGB</a> Ogre::ColourValue::getAsARGB </td>
178          <td class="md" valign="top">(&nbsp;</td>
179          <td class="md" nowrap valign="top">void&nbsp;</td>
180          <td class="mdname1" valign="top" nowrap>          </td>
181          <td class="md" valign="top">&nbsp;)&nbsp;</td>
182          <td class="md" nowrap> const</td>
183        </tr>
184
185      </table>
186    </td>
187  </tr>
188</table>
189<table cellspacing=5 cellpadding=0 border=0>
190  <tr>
191    <td>
192      &nbsp;
193    </td>
194    <td>
195
196<p>
197Retrieves colour as ARGB.
198<p>
199    </td>
200  </tr>
201</table>
202<a class="anchor" name="Ogre_1_1ColourValuea3" doxytag="Ogre::ColourValue::getAsRGBA" ></a><p>
203<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
204  <tr>
205    <td class="mdRow">
206      <table cellpadding="0" cellspacing="0" border="0">
207        <tr>
208          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a55">RGBA</a> Ogre::ColourValue::getAsRGBA </td>
209          <td class="md" valign="top">(&nbsp;</td>
210          <td class="md" nowrap valign="top">void&nbsp;</td>
211          <td class="mdname1" valign="top" nowrap>          </td>
212          <td class="md" valign="top">&nbsp;)&nbsp;</td>
213          <td class="md" nowrap> const</td>
214        </tr>
215
216      </table>
217    </td>
218  </tr>
219</table>
220<table cellspacing=5 cellpadding=0 border=0>
221  <tr>
222    <td>
223      &nbsp;
224    </td>
225    <td>
226
227<p>
228Retrieves colour as RGBA.
229<p>
230    </td>
231  </tr>
232</table>
233<a class="anchor" name="Ogre_1_1ColourValuea12" doxytag="Ogre::ColourValue::operator *" ></a><p>
234<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
235  <tr>
236    <td class="mdRow">
237      <table cellpadding="0" cellspacing="0" border="0">
238        <tr>
239          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> Ogre::ColourValue::operator * </td>
240          <td class="md" valign="top">(&nbsp;</td>
241          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
242          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
243          <td class="md" valign="top">&nbsp;)&nbsp;</td>
244          <td class="md" nowrap> const</td>
245        </tr>
246
247      </table>
248    </td>
249  </tr>
250</table>
251<table cellspacing=5 cellpadding=0 border=0>
252  <tr>
253    <td>
254      &nbsp;
255    </td>
256    <td>
257
258<p>
259
260<p>
261Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00132">132</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
262<p>
263References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
264  </tr>
265</table>
266<a class="anchor" name="Ogre_1_1ColourValuea11" doxytag="Ogre::ColourValue::operator *" ></a><p>
267<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
268  <tr>
269    <td class="mdRow">
270      <table cellpadding="0" cellspacing="0" border="0">
271        <tr>
272          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> Ogre::ColourValue::operator * </td>
273          <td class="md" valign="top">(&nbsp;</td>
274          <td class="md" nowrap valign="top">const float&nbsp;</td>
275          <td class="mdname1" valign="top" nowrap> <em>fScalar</em>          </td>
276          <td class="md" valign="top">&nbsp;)&nbsp;</td>
277          <td class="md" nowrap> const</td>
278        </tr>
279
280      </table>
281    </td>
282  </tr>
283</table>
284<table cellspacing=5 cellpadding=0 border=0>
285  <tr>
286    <td>
287      &nbsp;
288    </td>
289    <td>
290
291<p>
292
293<p>
294Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00120">120</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
295<p>
296References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
297  </tr>
298</table>
299<a class="anchor" name="Ogre_1_1ColourValuea17" doxytag="Ogre::ColourValue::operator *=" ></a><p>
300<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
301  <tr>
302    <td class="mdRow">
303      <table cellpadding="0" cellspacing="0" border="0">
304        <tr>
305          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; Ogre::ColourValue::operator *= </td>
306          <td class="md" valign="top">(&nbsp;</td>
307          <td class="md" nowrap valign="top">const float&nbsp;</td>
308          <td class="mdname1" valign="top" nowrap> <em>fScalar</em>          </td>
309          <td class="md" valign="top">&nbsp;)&nbsp;</td>
310          <td class="md" nowrap></td>
311        </tr>
312
313      </table>
314    </td>
315  </tr>
316</table>
317<table cellspacing=5 cellpadding=0 border=0>
318  <tr>
319    <td>
320      &nbsp;
321    </td>
322    <td>
323
324<p>
325
326<p>
327Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00204">204</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
328  </tr>
329</table>
330<a class="anchor" name="Ogre_1_1ColourValuea2" doxytag="Ogre::ColourValue::operator!=" ></a><p>
331<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
332  <tr>
333    <td class="mdRow">
334      <table cellpadding="0" cellspacing="0" border="0">
335        <tr>
336          <td class="md" nowrap valign="top"> bool Ogre::ColourValue::operator!= </td>
337          <td class="md" valign="top">(&nbsp;</td>
338          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
339          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
340          <td class="md" valign="top">&nbsp;)&nbsp;</td>
341          <td class="md" nowrap> const</td>
342        </tr>
343
344      </table>
345    </td>
346  </tr>
347</table>
348<table cellspacing=5 cellpadding=0 border=0>
349  <tr>
350    <td>
351      &nbsp;
352    </td>
353    <td>
354
355<p>
356    </td>
357  </tr>
358</table>
359<a class="anchor" name="Ogre_1_1ColourValuea9" doxytag="Ogre::ColourValue::operator+" ></a><p>
360<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
361  <tr>
362    <td class="mdRow">
363      <table cellpadding="0" cellspacing="0" border="0">
364        <tr>
365          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> Ogre::ColourValue::operator+ </td>
366          <td class="md" valign="top">(&nbsp;</td>
367          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
368          <td class="mdname1" valign="top" nowrap> <em>rkVector</em>          </td>
369          <td class="md" valign="top">&nbsp;)&nbsp;</td>
370          <td class="md" nowrap> const</td>
371        </tr>
372
373      </table>
374    </td>
375  </tr>
376</table>
377<table cellspacing=5 cellpadding=0 border=0>
378  <tr>
379    <td>
380      &nbsp;
381    </td>
382    <td>
383
384<p>
385
386<p>
387Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00096">96</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
388<p>
389References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
390  </tr>
391</table>
392<a class="anchor" name="Ogre_1_1ColourValuea15" doxytag="Ogre::ColourValue::operator+=" ></a><p>
393<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
394  <tr>
395    <td class="mdRow">
396      <table cellpadding="0" cellspacing="0" border="0">
397        <tr>
398          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; Ogre::ColourValue::operator+= </td>
399          <td class="md" valign="top">(&nbsp;</td>
400          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
401          <td class="mdname1" valign="top" nowrap> <em>rkVector</em>          </td>
402          <td class="md" valign="top">&nbsp;)&nbsp;</td>
403          <td class="md" nowrap></td>
404        </tr>
405
406      </table>
407    </td>
408  </tr>
409</table>
410<table cellspacing=5 cellpadding=0 border=0>
411  <tr>
412    <td>
413      &nbsp;
414    </td>
415    <td>
416
417<p>
418
419<p>
420Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00184">184</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
421<p>
422References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
423  </tr>
424</table>
425<a class="anchor" name="Ogre_1_1ColourValuea10" doxytag="Ogre::ColourValue::operator-" ></a><p>
426<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
427  <tr>
428    <td class="mdRow">
429      <table cellpadding="0" cellspacing="0" border="0">
430        <tr>
431          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> Ogre::ColourValue::operator- </td>
432          <td class="md" valign="top">(&nbsp;</td>
433          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
434          <td class="mdname1" valign="top" nowrap> <em>rkVector</em>          </td>
435          <td class="md" valign="top">&nbsp;)&nbsp;</td>
436          <td class="md" nowrap> const</td>
437        </tr>
438
439      </table>
440    </td>
441  </tr>
442</table>
443<table cellspacing=5 cellpadding=0 border=0>
444  <tr>
445    <td>
446      &nbsp;
447    </td>
448    <td>
449
450<p>
451
452<p>
453Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00108">108</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
454<p>
455References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
456  </tr>
457</table>
458<a class="anchor" name="Ogre_1_1ColourValuea16" doxytag="Ogre::ColourValue::operator-=" ></a><p>
459<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
460  <tr>
461    <td class="mdRow">
462      <table cellpadding="0" cellspacing="0" border="0">
463        <tr>
464          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; Ogre::ColourValue::operator-= </td>
465          <td class="md" valign="top">(&nbsp;</td>
466          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
467          <td class="mdname1" valign="top" nowrap> <em>rkVector</em>          </td>
468          <td class="md" valign="top">&nbsp;)&nbsp;</td>
469          <td class="md" nowrap></td>
470        </tr>
471
472      </table>
473    </td>
474  </tr>
475</table>
476<table cellspacing=5 cellpadding=0 border=0>
477  <tr>
478    <td>
479      &nbsp;
480    </td>
481    <td>
482
483<p>
484
485<p>
486Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00194">194</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
487<p>
488References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
489  </tr>
490</table>
491<a class="anchor" name="Ogre_1_1ColourValuea14" doxytag="Ogre::ColourValue::operator/" ></a><p>
492<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
493  <tr>
494    <td class="mdRow">
495      <table cellpadding="0" cellspacing="0" border="0">
496        <tr>
497          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> Ogre::ColourValue::operator/ </td>
498          <td class="md" valign="top">(&nbsp;</td>
499          <td class="md" nowrap valign="top">const float&nbsp;</td>
500          <td class="mdname1" valign="top" nowrap> <em>fScalar</em>          </td>
501          <td class="md" valign="top">&nbsp;)&nbsp;</td>
502          <td class="md" nowrap> const</td>
503        </tr>
504
505      </table>
506    </td>
507  </tr>
508</table>
509<table cellspacing=5 cellpadding=0 border=0>
510  <tr>
511    <td>
512      &nbsp;
513    </td>
514    <td>
515
516<p>
517
518<p>
519Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00156">156</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
520<p>
521References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
522  </tr>
523</table>
524<a class="anchor" name="Ogre_1_1ColourValuea13" doxytag="Ogre::ColourValue::operator/" ></a><p>
525<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
526  <tr>
527    <td class="mdRow">
528      <table cellpadding="0" cellspacing="0" border="0">
529        <tr>
530          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> Ogre::ColourValue::operator/ </td>
531          <td class="md" valign="top">(&nbsp;</td>
532          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
533          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
534          <td class="md" valign="top">&nbsp;)&nbsp;</td>
535          <td class="md" nowrap> const</td>
536        </tr>
537
538      </table>
539    </td>
540  </tr>
541</table>
542<table cellspacing=5 cellpadding=0 border=0>
543  <tr>
544    <td>
545      &nbsp;
546    </td>
547    <td>
548
549<p>
550
551<p>
552Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00144">144</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
553<p>
554References <a class="el" href="OgreColourValue_8h-source.html#l00067">a</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">b</a>, <a class="el" href="OgreColourValue_8h-source.html#l00067">g</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00067">r</a>.    </td>
555  </tr>
556</table>
557<a class="anchor" name="Ogre_1_1ColourValuea18" doxytag="Ogre::ColourValue::operator/=" ></a><p>
558<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
559  <tr>
560    <td class="mdRow">
561      <table cellpadding="0" cellspacing="0" border="0">
562        <tr>
563          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a>&amp; Ogre::ColourValue::operator/= </td>
564          <td class="md" valign="top">(&nbsp;</td>
565          <td class="md" nowrap valign="top">const float&nbsp;</td>
566          <td class="mdname1" valign="top" nowrap> <em>fScalar</em>          </td>
567          <td class="md" valign="top">&nbsp;)&nbsp;</td>
568          <td class="md" nowrap></td>
569        </tr>
570
571      </table>
572    </td>
573  </tr>
574</table>
575<table cellspacing=5 cellpadding=0 border=0>
576  <tr>
577    <td>
578      &nbsp;
579    </td>
580    <td>
581
582<p>
583
584<p>
585Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00213">213</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
586  </tr>
587</table>
588<a class="anchor" name="Ogre_1_1ColourValuea1" doxytag="Ogre::ColourValue::operator==" ></a><p>
589<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
590  <tr>
591    <td class="mdRow">
592      <table cellpadding="0" cellspacing="0" border="0">
593        <tr>
594          <td class="md" nowrap valign="top"> bool Ogre::ColourValue::operator== </td>
595          <td class="md" valign="top">(&nbsp;</td>
596          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
597          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
598          <td class="md" valign="top">&nbsp;)&nbsp;</td>
599          <td class="md" nowrap> const</td>
600        </tr>
601
602      </table>
603    </td>
604  </tr>
605</table>
606<table cellspacing=5 cellpadding=0 border=0>
607  <tr>
608    <td>
609      &nbsp;
610    </td>
611    <td>
612
613<p>
614    </td>
615  </tr>
616</table>
617<a class="anchor" name="Ogre_1_1ColourValuea8" doxytag="Ogre::ColourValue::setAsABGR" ></a><p>
618<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
619  <tr>
620    <td class="mdRow">
621      <table cellpadding="0" cellspacing="0" border="0">
622        <tr>
623          <td class="md" nowrap valign="top"> void Ogre::ColourValue::setAsABGR </td>
624          <td class="md" valign="top">(&nbsp;</td>
625          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a57">ABGR</a>&nbsp;</td>
626          <td class="mdname1" valign="top" nowrap> <em>val</em>          </td>
627          <td class="md" valign="top">&nbsp;)&nbsp;</td>
628          <td class="md" nowrap></td>
629        </tr>
630
631      </table>
632    </td>
633  </tr>
634</table>
635<table cellspacing=5 cellpadding=0 border=0>
636  <tr>
637    <td>
638      &nbsp;
639    </td>
640    <td>
641
642<p>
643Sets colour as ABGR.
644<p>
645    </td>
646  </tr>
647</table>
648<a class="anchor" name="Ogre_1_1ColourValuea7" doxytag="Ogre::ColourValue::setAsARGB" ></a><p>
649<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
650  <tr>
651    <td class="mdRow">
652      <table cellpadding="0" cellspacing="0" border="0">
653        <tr>
654          <td class="md" nowrap valign="top"> void Ogre::ColourValue::setAsARGB </td>
655          <td class="md" valign="top">(&nbsp;</td>
656          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a56">ARGB</a>&nbsp;</td>
657          <td class="mdname1" valign="top" nowrap> <em>val</em>          </td>
658          <td class="md" valign="top">&nbsp;)&nbsp;</td>
659          <td class="md" nowrap></td>
660        </tr>
661
662      </table>
663    </td>
664  </tr>
665</table>
666<table cellspacing=5 cellpadding=0 border=0>
667  <tr>
668    <td>
669      &nbsp;
670    </td>
671    <td>
672
673<p>
674Sets colour as ARGB.
675<p>
676    </td>
677  </tr>
678</table>
679<a class="anchor" name="Ogre_1_1ColourValuea6" doxytag="Ogre::ColourValue::setAsRGBA" ></a><p>
680<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
681  <tr>
682    <td class="mdRow">
683      <table cellpadding="0" cellspacing="0" border="0">
684        <tr>
685          <td class="md" nowrap valign="top"> void Ogre::ColourValue::setAsRGBA </td>
686          <td class="md" valign="top">(&nbsp;</td>
687          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a55">RGBA</a>&nbsp;</td>
688          <td class="mdname1" valign="top" nowrap> <em>val</em>          </td>
689          <td class="md" valign="top">&nbsp;)&nbsp;</td>
690          <td class="md" nowrap></td>
691        </tr>
692
693      </table>
694    </td>
695  </tr>
696</table>
697<table cellspacing=5 cellpadding=0 border=0>
698  <tr>
699    <td>
700      &nbsp;
701    </td>
702    <td>
703
704<p>
705Sets colour as RGBA.
706<p>
707    </td>
708  </tr>
709</table>
710<hr><h2>Friends And Related Function Documentation</h2>
711<a class="anchor" name="Ogre_1_1ColourValuen0" doxytag="Ogre::ColourValue::operator *" ></a><p>
712<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
713  <tr>
714    <td class="mdRow">
715      <table cellpadding="0" cellspacing="0" border="0">
716        <tr>
717          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> operator * </td>
718          <td class="md" valign="top">(&nbsp;</td>
719          <td class="md" nowrap valign="top">const float&nbsp;</td>
720          <td class="mdname" nowrap> <em>fScalar</em>, </td>
721        </tr>
722        <tr>
723          <td class="md" nowrap align="right"></td>
724          <td></td>
725          <td class="md" nowrap>const <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> &amp;&nbsp;</td>
726          <td class="mdname" nowrap> <em>rkVector</em></td>
727        </tr>
728        <tr>
729          <td></td>
730          <td class="md">)&nbsp;</td>
731          <td class="md" colspan="2"><code> [friend]</code></td>
732        </tr>
733
734      </table>
735    </td>
736  </tr>
737</table>
738<table cellspacing=5 cellpadding=0 border=0>
739  <tr>
740    <td>
741      &nbsp;
742    </td>
743    <td>
744
745<p>
746
747<p>
748Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00171">171</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
749  </tr>
750</table>
751<hr><h2>Member Data Documentation</h2>
752<a class="anchor" name="Ogre_1_1ColourValueo3" doxytag="Ogre::ColourValue::a" ></a><p>
753<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
754  <tr>
755    <td class="mdRow">
756      <table cellpadding="0" cellspacing="0" border="0">
757        <tr>
758          <td class="md" nowrap valign="top"> float <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo3">Ogre::ColourValue::a</a>
759      </table>
760    </td>
761  </tr>
762</table>
763<table cellspacing=5 cellpadding=0 border=0>
764  <tr>
765    <td>
766      &nbsp;
767    </td>
768    <td>
769
770<p>
771
772<p>
773Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00067">67</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
774<p>
775Referenced by <a class="el" href="OgreColourValue_8h-source.html#l00120">operator *()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00096">operator+()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00184">operator+=()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00108">operator-()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00194">operator-=()</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00144">operator/()</a>.    </td>
776  </tr>
777</table>
778<a class="anchor" name="Ogre_1_1ColourValueo2" doxytag="Ogre::ColourValue::b" ></a><p>
779<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
780  <tr>
781    <td class="mdRow">
782      <table cellpadding="0" cellspacing="0" border="0">
783        <tr>
784          <td class="md" nowrap valign="top"> float <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo2">Ogre::ColourValue::b</a>
785      </table>
786    </td>
787  </tr>
788</table>
789<table cellspacing=5 cellpadding=0 border=0>
790  <tr>
791    <td>
792      &nbsp;
793    </td>
794    <td>
795
796<p>
797
798<p>
799Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00067">67</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
800<p>
801Referenced by <a class="el" href="OgreColourValue_8h-source.html#l00120">operator *()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00096">operator+()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00184">operator+=()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00108">operator-()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00194">operator-=()</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00144">operator/()</a>.    </td>
802  </tr>
803</table>
804<a class="anchor" name="Ogre_1_1ColourValues0" doxytag="Ogre::ColourValue::Black" ></a><p>
805<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
806  <tr>
807    <td class="mdRow">
808      <table cellpadding="0" cellspacing="0" border="0">
809        <tr>
810          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues0">Ogre::ColourValue::Black</a><code> [static]</code>
811      </table>
812    </td>
813  </tr>
814</table>
815<table cellspacing=5 cellpadding=0 border=0>
816  <tr>
817    <td>
818      &nbsp;
819    </td>
820    <td>
821
822<p>
823
824<p>
825Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00050">50</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
826  </tr>
827</table>
828<a class="anchor" name="Ogre_1_1ColourValues4" doxytag="Ogre::ColourValue::Blue" ></a><p>
829<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
830  <tr>
831    <td class="mdRow">
832      <table cellpadding="0" cellspacing="0" border="0">
833        <tr>
834          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues4">Ogre::ColourValue::Blue</a><code> [static]</code>
835      </table>
836    </td>
837  </tr>
838</table>
839<table cellspacing=5 cellpadding=0 border=0>
840  <tr>
841    <td>
842      &nbsp;
843    </td>
844    <td>
845
846<p>
847
848<p>
849Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00054">54</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
850  </tr>
851</table>
852<a class="anchor" name="Ogre_1_1ColourValueo1" doxytag="Ogre::ColourValue::g" ></a><p>
853<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
854  <tr>
855    <td class="mdRow">
856      <table cellpadding="0" cellspacing="0" border="0">
857        <tr>
858          <td class="md" nowrap valign="top"> float <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo1">Ogre::ColourValue::g</a>
859      </table>
860    </td>
861  </tr>
862</table>
863<table cellspacing=5 cellpadding=0 border=0>
864  <tr>
865    <td>
866      &nbsp;
867    </td>
868    <td>
869
870<p>
871
872<p>
873Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00067">67</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
874<p>
875Referenced by <a class="el" href="OgreColourValue_8h-source.html#l00120">operator *()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00096">operator+()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00184">operator+=()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00108">operator-()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00194">operator-=()</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00144">operator/()</a>.    </td>
876  </tr>
877</table>
878<a class="anchor" name="Ogre_1_1ColourValues3" doxytag="Ogre::ColourValue::Green" ></a><p>
879<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
880  <tr>
881    <td class="mdRow">
882      <table cellpadding="0" cellspacing="0" border="0">
883        <tr>
884          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues3">Ogre::ColourValue::Green</a><code> [static]</code>
885      </table>
886    </td>
887  </tr>
888</table>
889<table cellspacing=5 cellpadding=0 border=0>
890  <tr>
891    <td>
892      &nbsp;
893    </td>
894    <td>
895
896<p>
897
898<p>
899Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00053">53</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
900  </tr>
901</table>
902<a class="anchor" name="Ogre_1_1ColourValueo0" doxytag="Ogre::ColourValue::r" ></a><p>
903<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
904  <tr>
905    <td class="mdRow">
906      <table cellpadding="0" cellspacing="0" border="0">
907        <tr>
908          <td class="md" nowrap valign="top"> float <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo0">Ogre::ColourValue::r</a>
909      </table>
910    </td>
911  </tr>
912</table>
913<table cellspacing=5 cellpadding=0 border=0>
914  <tr>
915    <td>
916      &nbsp;
917    </td>
918    <td>
919
920<p>
921
922<p>
923Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00067">67</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.
924<p>
925Referenced by <a class="el" href="OgreColourValue_8h-source.html#l00120">operator *()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00096">operator+()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00184">operator+=()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00108">operator-()</a>, <a class="el" href="OgreColourValue_8h-source.html#l00194">operator-=()</a>, and <a class="el" href="OgreColourValue_8h-source.html#l00144">operator/()</a>.    </td>
926  </tr>
927</table>
928<a class="anchor" name="Ogre_1_1ColourValues2" doxytag="Ogre::ColourValue::Red" ></a><p>
929<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
930  <tr>
931    <td class="mdRow">
932      <table cellpadding="0" cellspacing="0" border="0">
933        <tr>
934          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues2">Ogre::ColourValue::Red</a><code> [static]</code>
935      </table>
936    </td>
937  </tr>
938</table>
939<table cellspacing=5 cellpadding=0 border=0>
940  <tr>
941    <td>
942      &nbsp;
943    </td>
944    <td>
945
946<p>
947
948<p>
949Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00052">52</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
950  </tr>
951</table>
952<a class="anchor" name="Ogre_1_1ColourValueo4" doxytag="Ogre::ColourValue::val" ></a><p>
953<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
954  <tr>
955    <td class="mdRow">
956      <table cellpadding="0" cellspacing="0" border="0">
957        <tr>
958          <td class="md" nowrap valign="top"> float <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValueo4">Ogre::ColourValue::val</a>[4]
959      </table>
960    </td>
961  </tr>
962</table>
963<table cellspacing=5 cellpadding=0 border=0>
964  <tr>
965    <td>
966      &nbsp;
967    </td>
968    <td>
969
970<p>
971
972<p>
973Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00069">69</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
974  </tr>
975</table>
976<a class="anchor" name="Ogre_1_1ColourValues1" doxytag="Ogre::ColourValue::White" ></a><p>
977<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
978  <tr>
979    <td class="mdRow">
980      <table cellpadding="0" cellspacing="0" border="0">
981        <tr>
982          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1ColourValue.html">ColourValue</a> <a class="el" href="classOgre_1_1ColourValue.html#Ogre_1_1ColourValues1">Ogre::ColourValue::White</a><code> [static]</code>
983      </table>
984    </td>
985  </tr>
986</table>
987<table cellspacing=5 cellpadding=0 border=0>
988  <tr>
989    <td>
990      &nbsp;
991    </td>
992    <td>
993
994<p>
995
996<p>
997Definition at line <a class="el" href="OgreColourValue_8h-source.html#l00051">51</a> of file <a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a>.    </td>
998  </tr>
999</table>
1000<hr>The documentation for this class was generated from the following file:<ul>
1001<li><a class="el" href="OgreColourValue_8h-source.html">OgreColourValue.h</a></ul>
1002<hr>
1003<p>
1004Copyright &copy; 2000-2005 by The OGRE Team<br />
1005<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
1006This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
1007                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
1008                <Work rdf:about="">
1009                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
1010        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
1011                </Work>
1012                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
1013
1014Last modified Sun Feb 12 13:00:16 2006
1015</p>
1016</body>
1017</html>
Note: See TracBrowser for help on using the repository browser.