The AmbientLightSensor interface of the the Sensor APIs returns current light level or illuminance of the ambient light around hosting device.
The AmbientLightSensor interface of the the Sensor APIs returns current light level or illuminance of the ambient light around hosting device.
(illuminance this)
Property.
The illuminance property of the web.ambient.AmbientLightSensor
returns the current light level in lux of the ambient light level
the hosting device.
var level = AmbientLightSensor.illuminance
See also: https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance
Property. The illuminance property of the `web.ambient.AmbientLightSensor` returns the current light level in lux of the ambient light level the hosting device. `var level = AmbientLightSensor.illuminance` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance`
(set-illuminance! this val)
Property.
The illuminance property of the web.ambient.AmbientLightSensor
returns the current light level in lux of the ambient light level
the hosting device.
var level = AmbientLightSensor.illuminance
See also: https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance
Property. The illuminance property of the `web.ambient.AmbientLightSensor` returns the current light level in lux of the ambient light level the hosting device. `var level = AmbientLightSensor.illuminance` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AmbientLightSensor/illuminance`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close