#include <nitro/gx/g3x.h>
void G3X_SetFogColor(GXRgb rgb, int alpha);
rgb |
RGB components for fog color |
alpha | alpha component for fog color (0 ≤ alpha ≤ 31) |
None.
This function sets the fog color.
01/19/2004 Initial version.