SetAmbientColor

Description

Sets a new color for the global ambient light. Values should be in the range 0-255 but are not limited to it. Values greater than 255 will over saturate things and values less than 0 will take light away. The default ambient color is 76,76,76.

Definition

SetAmbientColor( red, green, blue )

Parameters