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