API Reference > imodeljs-common > DisplayStyles > AmbientLight AmbientLight Class Describes the ambient light associated with a LightSettings. see AmbientLightProps Methods Name Description constructor(json?: AmbientLightProps): AmbientLight clone(changed?: AmbientLightProps): AmbientLight Create a copy of this light, identical except for any properties explicitly specified by changed. equals(rhs: AmbientLight): boolean toJSON(): undefined | AmbientLightProps Properties Name Type Description color Readonly RgbColor intensity Readonly number Defined in core/common/src/LightSettings.ts Line 152 Last Updated: 11 June, 2024