SetFogColor

Description

Sets the 3D fog color. Objects will gradually fade to this color as they get further from the camera. Color values should be in the range 0 to 255, but they are not limited to this and the system will accept out of range values, including negative.

Definition

SetFogColor( red, green, blue )

Parameters