1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3
4<HEAD>
5    <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6    <META http-equiv="Content-Style-Type" content="text/css">
7
8    <LINK rel="stylesheet" href="./css/revolution.css" type="text/css">
9
10    <TITLE>HBMSetBlackOutColor</TITLE>
11<style type="text/css" media="all">
12<!--
13@import url("css/hbm_common.css");
14-->
15</style>
16</HEAD>
17<BODY>
18
19
20<H1>HBMSetBlackOutColor</H1>
21
22<H2>Syntax</H2>
23<dl><dd><pre><code>
24#include &lt;revolution/hbm.h&gt;
25
26void HBMSetBlackOutColor( u8 red, u8 green, u8 blue );
27</code></pre></dd></dl>
28
29<H2>Arguments</H2>
30<TABLE border="1" >
31  <tr>
32    <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM><STRONG><EM><CODE>red</CODE></EM></STRONG></EM></STRONG></CODE></TD>
33    <TD width="520">Red component of the color used to fill the screen when blacking out the HOME Menu.</TD>
34  </tr>
35  <tr>
36    <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM><STRONG><EM><CODE>green</CODE></EM></STRONG></EM></STRONG></CODE></TD>
37    <TD width="520">Green component of the color used to fill the screen when blacking out the HOME Menu.</TD>
38  </tr>
39  <tr>
40    <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM><STRONG><EM><CODE>blue</CODE></EM></STRONG></EM></STRONG></CODE></TD>
41    <TD width="520">Blue component of the color used to fill the screen when blacking out the HOME Menu.</TD>
42  </tr>
43</TABLE>
44
45<H2>Return Values</H2>
46<P>
47None.
48</P>
49
50<H2>Description</H2>
51<P>
52Sets the color used to fill the screen when blacking out the HOME Menu.<br><STRONG>Note:</STRONG> The color set here is not reflected in fade-outs to the Wii Menu. Fade-outs to the Wii Menu are to black.
53</P>
54
55<H2>See Also</H2>
56<P>
57<code><A href="hbm_HBMGetBlackOutColor.html">HBMGetBlackOutColor</A></code>, <code><A href="hbm_HBMStartBlackOut.html">HBMStartBlackOut</A></code>
58</P>
59
60<H2>Revision History</H2>
61<DL class="history">
62    <DT>2007/10/26<DD>Revised the header explanation.
63    <DT>2007/05/09<DD>Revised the description.
64    <DT>2006/10/02<DD>Initial version.
65</DL>
66
67<hr><p>CONFIDENTIAL</p></body>
68</HTML>