Merge "Update Low Light Biases" into main
This commit is contained in:
commit
ea99f5673b
1 changed files with 8 additions and 1 deletions
|
@ -287,7 +287,14 @@
|
|||
The ambient color temperature (in cct) to which we interpolates towards to when the
|
||||
ambient brightness is within the low light range, see
|
||||
config_displayWhiteBalanceLowLightAmbientBrightnesses. -->
|
||||
<item name="config_displayWhiteBalanceLowLightAmbientColorTemperature" format="float" type="dimen">4000.0</item>
|
||||
<item name="config_displayWhiteBalanceLowLightAmbientColorTemperature" format="float" type="dimen">5250.0</item>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
The ambient color temperature (in cct) to which we interpolate towards using the
|
||||
the look up table generated by config_displayWhiteBalanceLowLightAmbientBrightnessesStrong
|
||||
and config_displayWhiteBalanceLowLightAmbientBiasesStrong. Used when device is in Idle Screen
|
||||
Brightness mode. -->
|
||||
<item name="config_displayWhiteBalanceLowLightAmbientColorTemperatureStrong" format="float" type="dimen">4000.0</item>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
A float array containing a list of ambient brightnesses, in Lux. This array,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue