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><CODE>nn::util::FloatColor::Set</CODE> Member Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void Set(
15     f32 red,
16     f32 green,
17     f32 blue,
18     f32 alpha = <a href="../../../nn/util/FloatColor/ALPHA_OPACITY.html">ALPHA_OPACITY</a>
19);
20
21void Set(
22     s32 red,
23     s32 green,
24     s32 blue,
25     s32 alpha = <a href="../../../nn/util/Color8/ALPHA_OPACITY.html">Color8::ALPHA_OPACITY</a>
26);
27
28void Set(
29     const <a href="../../../nn/util/FloatColor/Overview.html">SelfType</a> & color
30);
31</pre>
32    </div>
33<h2>List of Overloaded Member Functions</h2>
34    <div class="section">
35      <table class="members">
36        <tr>
37          <td>
38<a href="./Set(0).html"><CODE>Set ( f32, f32, f32, f32 )</CODE> </a>
39          </td>
40<td>Sets color values.</td>
41        </tr>
42        <tr>
43          <td>
44<a href="./Set(1).html"><CODE>Set ( s32, s32, s32, s32 )</CODE> </a>
45          </td>
46<td>Sets a color using integer values between 0 and 255.</td>
47        </tr>
48        <tr>
49          <td>
50<a href="./Set(2).html"><CODE>Set ( const SelfType & )</CODE> </a>
51          </td>
52<td>Sets values from a color object.</td>
53        </tr> </table>
54    </div>
55<h2>Description of <CODE>Set(f32, f32, f32, f32)</CODE></h2>
56    <div class="section">
57<p>Sets color values.</p>
58    </div>
59<h2>Description of <CODE>Set(s32, s32, s32, s32)</CODE></h2>
60    <div class="section">
61<p>Sets a color using integer values between 0 and 255.</p>
62    </div>
63<h2>Description of <CODE>Set(const SelfType &)</CODE></h2>
64    <div class="section">
65<p>Sets values from a color object.</p>
66    </div>
67  <hr><p>CONFIDENTIAL</p></body>
68</html>