FogSpaceObject::SetFogColor
Defined in:
Sets the fog color.
C4SpaceObjects.h
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