I really dislike how vanilla WinQuake's "gamma" cvar makes the colors washed out, so I'm working on a new system using two cvars: pal_darkness to define the minimum brightness, and pal_brightness to define the maximum brightness; the resulting value is normalized between them.
Default settings (same as
gamma 1).
Maximum brightness scaled up.
Minimum brightness also scaled up.
Now, a question: Does the resulting image looks fine for everyone here in this
personal settings test? Afterwards I've reduced pal_brightness a bit, to 2.5, but I don't know if this is still too dark for most people.
Anyway, one of my goals with this is to improve the image quality for YouTube videos, since YouTube compression is bad for dark colors, and WinQuake's brightness control makes the colors too washed out.