Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should sRGB clamp persist even after toggling HDR? #98

Open
Gerchan opened this issue Aug 24, 2024 · 2 comments
Open

Should sRGB clamp persist even after toggling HDR? #98

Gerchan opened this issue Aug 24, 2024 · 2 comments

Comments

@Gerchan
Copy link

Gerchan commented Aug 24, 2024

So I noticed that if I keep sRGB clamped and toggle HDR, the de-saturation that clamping does persist. If I toggle the clamp off, the reds become more red like they would unclamped. So what is the correct usage in this case?

@EtherealAO
Copy link

Turn off the clamp before turning HDR on, Windows (afaik, only 11) will handle it with Auto Color Management.
I use HDR for the main monitor and clamp the others to sRGB, their colors look almost the same.

@casef
Copy link

casef commented Oct 4, 2024

When you toggle HDR on, the desaturation will seemingly persist because as soon as HDR is active, Windows automatically renders all SDR content with proper sRGB gamut clamp and gamma curve. So it will look like it's still active, but it's not. You're still getting correct colors, but through a different mechanism.

(This is also why many people will complain that once they turn on HDR in Windows, everything looks "washed out". They're simply not used to seeing properly clamped sRGB with proper sRGB gamma curve because they've been using their monitors in SDR with uncorrected wide gamut - so oversaturated - and with a pure 2.2 power gamma curve, if not 2.4 or 1886 or something like that, because that's how their monitors come from the manufacturer.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants