source: NonGTP/FCollada/Documentation/_f_m_color_8h.html @ 964

Revision 964, 4.5 KB checked in by igarcia, 18 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>FCollada: FMath/FMColor.h File Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.4.6-NO -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="modules.html"><span>Modules</span></a></li>
12    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
13    <li><a href="classes.html"><span>Classes</span></a></li>
14    <li id="current"><a href="files.html"><span>Files</span></a></li>
15    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
16  </ul></div>
17<div class="tabs">
18  <ul>
19    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
20    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
21  </ul></div>
22<h1>FMath/FMColor.h File Reference</h1>The file containing the class and global functions for RBGA colors. <a href="#_details">More...</a>
23<p>
24
25<p>
26<a href="_f_m_color_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
27<tr><td></td></tr>
28<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
29<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_m_color.html">FMColor</a></td></tr>
30
31<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A RBGA color.  <a href="class_f_m_color.html#_details">More...</a><br></td></tr>
32<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
33<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="class_f_m_color.html">FMColor</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_f_m_color_8h.html#58f3a16b2bf52b6aab8c7143d202a02a">operator *</a> (float s, const <a class="el" href="class_f_m_color.html">FMColor</a> &amp;c)</td></tr>
34
35<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Multiplication of a scalar with the <a class="el" href="class_f_m_color.html">FMColor</a>.  <a href="#58f3a16b2bf52b6aab8c7143d202a02a"></a><br></td></tr>
36</table>
37<hr><a name="_details"></a><h2>Detailed Description</h2>
38The file containing the class and global functions for RBGA colors.
39<p>
40<hr><h2>Function Documentation</h2>
41<a class="anchor" name="58f3a16b2bf52b6aab8c7143d202a02a"></a><!-- doxytag: member="FMColor.h::operator *" ref="58f3a16b2bf52b6aab8c7143d202a02a" args="(float s, const FMColor &amp;c)" --><p>
42<table class="mdTable" cellpadding="2" cellspacing="0">
43  <tr>
44    <td class="mdRow">
45      <table cellpadding="0" cellspacing="0" border="0">
46        <tr>
47          <td class="md" nowrap valign="top"><a class="el" href="class_f_m_color.html">FMColor</a> operator *           </td>
48          <td class="md" valign="top">(&nbsp;</td>
49          <td class="md" nowrap valign="top">float&nbsp;</td>
50          <td class="mdname" nowrap> <em>s</em>, </td>
51        </tr>
52        <tr>
53          <td class="md" nowrap align="right"></td>
54          <td class="md"></td>
55          <td class="md" nowrap>const <a class="el" href="class_f_m_color.html">FMColor</a> &amp;&nbsp;</td>
56          <td class="mdname" nowrap> <em>c</em></td>
57        </tr>
58        <tr>
59          <td class="md"></td>
60          <td class="md">)&nbsp;</td>
61          <td class="md" colspan="2"><code> [inline]</code></td>
62        </tr>
63      </table>
64    </td>
65  </tr>
66</table>
67<table cellspacing="5" cellpadding="0" border="0">
68  <tr>
69    <td>
70      &nbsp;
71    </td>
72    <td>
73
74<p>
75Multiplication of a scalar with the <a class="el" href="class_f_m_color.html">FMColor</a>.
76<p>
77<dl compact><dt><b>Parameters:</b></dt><dd>
78  <table border="0" cellspacing="2" cellpadding="0">
79    <tr><td valign="top"></td><td valign="top"><em>s</em>&nbsp;</td><td>The scalar to multiply by. </td></tr>
80    <tr><td valign="top"></td><td valign="top"><em>c</em>&nbsp;</td><td>The <a class="el" href="class_f_m_color.html">FMColor</a> to multiply with. </td></tr>
81  </table>
82</dl>
83<dl compact><dt><b>Returns:</b></dt><dd>the <a class="el" href="class_f_m_color.html">FMColor</a> representing the resulting color. </dd></dl>
84    </td>
85  </tr>
86</table>
87<hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:40 2006 for FCollada by&nbsp;
88<a href="http://www.doxygen.org/index.html">
89<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
90</body>
91</html>
Note: See TracBrowser for help on using the repository browser.