diff options
| author | kleidione Freitas <kleidione@gmail.com> | 2022-03-30 21:15:46 -0300 | 
|---|---|---|
| committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:30:23 +0530 | 
| commit | 6ef2357aff35ebd506af5728c893365573a8ae7c (patch) | |
| tree | 401fbb239e749f521e4d044492e75520e1552ef3 /rro_overlays/FrameworksResOverlayVeux | |
| parent | 42169728d79f842728166e6d8eb73308c0cda8b5 (diff) | |
veux: Tweak color mode and drop saturated input
Signed-off-by: kleidione <kleidione@gmail.com>
Diffstat (limited to 'rro_overlays/FrameworksResOverlayVeux')
| -rw-r--r-- | rro_overlays/FrameworksResOverlayVeux/res/values/config.xml | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml index 87058d3..22f160c 100644 --- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml +++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml @@ -689,14 +689,13 @@      <integer-array name="config_availableColorModes">          <item>0</item> <!-- COLOR_MODE_NATURAL   -->          <item>1</item> <!-- COLOR_MODE_BOOSTED   --> -        <item>2</item> <!-- COLOR_MODE_SATURATED -->          <item>3</item> <!-- COLOR_MODE_AUTOMATIC -->      </integer-array>      <!-- Color mode to use when accessibility transforms are enabled. This color mode must be           supported by the device, but not necessarily appear in config_availableColorModes. The           regularly selected color mode will be used if this value is negative. --> -    <integer name="config_accessibilityColorMode">2</integer> +    <integer name="config_accessibilityColorMode">0</integer>      <!-- The following two arrays specify which color space to use for display composition when a           certain color mode is active. @@ -712,14 +711,12 @@      <integer-array name="config_displayCompositionColorModes">          <item>0</item> <!-- COLOR_MODE_NATURAL   -->          <item>1</item> <!-- COLOR_MODE_BOOSTED   --> -        <item>2</item> <!-- COLOR_MODE_SATURATED -->          <item>3</item> <!-- COLOR_MODE_AUTOMATIC -->      </integer-array>      <integer-array name="config_displayCompositionColorSpaces">          <item>0</item> <!-- COLOR_MODE_DEFAULT -->          <item>0</item> <!-- COLOR_MODE_DEFAULT -->          <item>0</item> <!-- COLOR_MODE_DEFAULT --> -        <item>0</item> <!-- COLOR_MODE_DEFAULT -->      </integer-array>      <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently | 
