public interface LightDetector
Modifier and Type | Method and Description |
---|---|
float |
getHigh()
The highest raw light value this sensor can return from intense bright light.
|
float |
getLightValue()
Returns the calibrated and normalized brightness of the white light detected.
|
float |
getLow()
The lowest raw light value this sensor can return in pitch black darkness.
|
float |
getNormalizedLightValue()
Returns the normalized value of the brightness of the white light detected, such that
the lowest value is darkness and the highest value is intense bright light.
|
float getLightValue()
float getNormalizedLightValue()
float getHigh()
float getLow()