Merge "Update low light and strong mode DWB values" into tm-qpr-dev am: e147e26486
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20970458 Change-Id: I419f202fd9c1af064e72bfb65f9430ae447d141a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
43469f2d53
1 changed files with 1 additions and 3 deletions
|
@ -96,7 +96,6 @@
|
|||
The same as config_displayWhiteBalanceAmbientColorTemperatures, but with a stronger
|
||||
visual adjustment. -->
|
||||
<array name="config_displayWhiteBalanceStrongAmbientColorTemperatures">
|
||||
<item>2500</item>
|
||||
<item>3000</item>
|
||||
<item>3500</item>
|
||||
<item>4000</item>
|
||||
|
@ -114,7 +113,6 @@
|
|||
The same as config_displayWhiteBalanceDisplayColorTemperatures, but with a stronger
|
||||
visual adjustment. -->
|
||||
<array name="config_displayWhiteBalanceStrongDisplayColorTemperatures">
|
||||
<item>3500</item>
|
||||
<item>4000</item>
|
||||
<item>4600</item>
|
||||
<item>5400</item>
|
||||
|
@ -243,7 +241,7 @@
|
|||
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">3500.0</item>
|
||||
<item name="config_displayWhiteBalanceLowLightAmbientColorTemperature" 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