API Reference > imodeljs-common > DisplayStyles > HemisphereLights HemisphereLights Class Describes a pair of hemisphere lights associated with a LightSettings. see HemisphereLightsProps Methods Name Description constructor(json?: HemisphereLightsProps): HemisphereLights clone(changed?: HemisphereLightsProps): HemisphereLights Create a copy of these lights, identical except for any properties explicitly specified by changed. equals(rhs: HemisphereLights): boolean toJSON(): undefined | HemisphereLightsProps Properties Name Type Description intensity Readonly number lowerColor Readonly RgbColor upperColor Readonly RgbColor Defined in core/common/src/LightSettings.ts Line 220 Last Updated: 11 June, 2024