We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df516d7 + 296566e commit a128344Copy full SHA for a128344
1 file changed
libs/renderengine/skia/SkiaRenderEngine.cpp
@@ -1022,7 +1022,7 @@ void SkiaRenderEngine::drawLayersInternal(
1022
.fakeOutputDataspace = fakeDataspace}));
1023
1024
// Turn on dithering when dimming beyond this (arbitrary) threshold...
1025
- static constexpr float kDimmingThreshold = 0.2f;
+ static constexpr float kDimmingThreshold = 0.9f;
1026
// ...or we're rendering an HDR layer down to an 8-bit target
1027
// Most HDR standards require at least 10-bits of color depth for source content, so we
1028
// can just extract the transfer function rather than dig into precise gralloc layout.
0 commit comments