mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
Add rbc coefficients for redfin
Bug: 179387548 Test: n/a Change-Id: I1de41e0491f1a84be29811d2e2516eb2f3be2b34
This commit is contained in:
@@ -147,6 +147,20 @@
|
||||
<item>500.0</item>
|
||||
</array>
|
||||
|
||||
<!-- Nonlinear coefficients for maximum panel brightness of 500 nits -->
|
||||
<string-array name="config_reduceBrightColorsCoefficientsNonlinear">
|
||||
<!-- a-coefficient --> <item>-0.4553233597</item>
|
||||
<!-- b-coefficient --> <item>-0.2380196976</item>
|
||||
<!-- y-intercept --> <item>0.9801096801</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Linear coefficients for maximum panel brightness of 500 nits -->
|
||||
<string-array name="config_reduceBrightColorsCoefficients">
|
||||
<!-- a-coefficient --> <item>0.0</item>
|
||||
<!-- b-coefficient --> <item>-0.96</item>
|
||||
<!-- y-intercept --> <item>1.0</item>
|
||||
</string-array>
|
||||
|
||||
<!-- The nominal white coordinates, in CIE1931 XYZ color space, for Display White Balance to
|
||||
use in its calculations. AWB will adapt this white point to the target ambient white
|
||||
point. The array must include a total of 3 float values (X, Y, Z) -->
|
||||
|
||||
Reference in New Issue
Block a user