G3X_SetFogColor


C Specification

#include <nitro/gx/g3x.h>

void G3X_SetFogColor(GXRgb rgb, int alpha);

Description

This function sets the fog color.

Arguments

rgb RGB components for fog color
alpha α component for fog color

Return Values

None

See Also

G3X_SetFog, G3X_SetFogTable

Revision History

01/19/2004 Initial Version