HBMSetBlackOutColor

Syntax


#include <revolution/hbm.h>

void HBMSetBlackOutColor( u8 red, u8 green, u8 blue );

Arguments

red Red component of the color used to fill the screen when blacking out the HOME Menu.
green Green component of the color used to fill the screen when blacking out the HOME Menu.
blue Blue component of the color used to fill the screen when blacking out the HOME Menu.

Return Values

None.

Description

Sets the color used to fill the screen when blacking out the HOME Menu.
Note: The color set here is not reflected in fade-outs to the Wii Menu. Fade-outs to the Wii Menu are to black.

See Also

HBMGetBlackOutColor, HBMStartBlackOut

Revision History

2007/10/26
Revised the header explanation.
2007/05/09
Revised the description.
2006/10/02
Initial version.

CONFIDENTIAL