ScaledLux

value class ScaledLux(val value: Number) : Illuminance, Dimension<ScaledLux>

Hue's custom logarithmic illuminance unit. Light level in 10000*log10(lux) + 1.

Logarithmic scale used because the human eye adjusts to light levels and small changes at low lux levels are more noticeable than at high lux levels. This allows use of linear scale configuration sliders.

Constructors

Link copied to clipboard
constructor(value: Number)

Properties

Link copied to clipboard
open override val symbol: String
Link copied to clipboard
open override val value: Number

Functions

Link copied to clipboard

Convert this illuminance to foot-candles.

Link copied to clipboard
open override fun toLux(): Lux
Link copied to clipboard

Convert this illuminance to Hue LogLux.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun withValue(value: Number): ScaledLux