Returns the model's current fog color. Does not indicate whether fog display is enabled.
Signature:
red, green, blue = Model:GetFogColor()
Returns:
red- Red component of the color (0.0 - 1.0) (number)green- Green component of the color (0.0 - 1.0) (number)blue- Blue component of the color (0.0 - 1.0) (number)