ZoneObject::GetAmbientLight
Defined in:
Returns the color of the ambient light for a zone.
C4Zones.h
Prototype
const ColorRGBA& GetAmbientLight(void) const;
Description
The GetAmbientLight
function returns the color of the ambient light used in a zone. The alpha component of the color is not used.The initial ambient light color is (1.0, 1.0, 1.0, 1.0).
See Also