#include <revolution/gx.h>
void GXSetFogColor( GXColor color );
color |
Fog color, in RGBX format (alpha is not used). |
None.
This function sets the fog color. Because fog is initially enabled by GXSetFog that also includes the color setting, this function is used to update the fog color without modifying any other fog settings.
The fog color (in RGBX format; the alpha component is ignored) is set using the color parameter. This will be the color of the pixel when fully fogged.
03/01/2006 Initial version.