The color of the light.
Can be specified as a Color
value, a StyleZoomRange<Color>
, a function that returns a Color
based on zoom level, or a StyleExpression<Color>
.
The intensity of the light. This property is optional and defaults to 1 if not specified.
The type of light. For AmbientLight
, this is always 'ambient'.
Generated using TypeDoc
The
AmbientLight
interface represents ambient lighting, which provides a constant level of illumination across all objects.