#include <revolution/gx.h>
void GXSetChanAmbColor(
GXChannelID chan,
GXColor amb_color );
| chan | Color channel. Accepted values are:
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| amb_color | Ambient color. |
None.
This function sets the ambient color register for color channel chan. This color will be used by the channel as the ambient color if the ambient source, set by the GXSetChanCtrl function, is GX_SRC_REG.
2006/03/01 Initial version.
CONFIDENTIAL