[Feature request]: Brightness limiter
kopidoo opened this issue · 0 comments
kopidoo commented
Is your feature request related to a problem? Please describe
In some cases the peak brightness of the white or some colours are too high even when the global brightness slider is set to a lower value. Setting it for a matching screen-LED peak brightness could cause too dark LED light in lower brightness scenes.
Describe the solution you'd like
Implementing a global peak brightness limiter slider could solve the issue.
It should work a lowpass filter.
E.g. when the scene is rgb 233,233,233, it limits the values to 180,180,180.
Describe alternatives you've considered
No response