C4 Engine
C4 Engine API Documentation

ZoneObject::GetAmbientLight

Defined in:  C4Zones.h
Returns the color of the ambient light for a zone.
Prototype

const ColorRGBA& GetAmbientLight(voidconst;

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

ZoneObject::SetAmbientLight