SetFogColor
This function sets the fog color. Fog must be enabled before it will appear.
Syntax
- SetFogColor(number r, number g, number b, number a)
Parameters
- r: red component of the fog color.
- g: green component of the fog color.
- b: blue component of the fog color.
- a: alpha component of the fog color. This is used to control fog density.