C4 Engine
C4 Engine API Documentation

FogSpaceObject::SetFogColor

Defined in:  C4SpaceObjects.h
Sets the fog color.
Prototype

void SetFogColor(const ColorRGBA& color);

Parameters
color The new fog color.
Description
The SetFogColor function sets the fog color to that specified by the color parameter. The alpha channel of the color is not used and should be set to 1.0.
See Also

FogSpaceObject::GetFogColor