-
-
Notifications
You must be signed in to change notification settings - Fork 807
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
Implement gamma correction in main config menu #1805
base: main
Are you sure you want to change the base?
Conversation
It would be a good idea having a numeric field along the slider and clarify what side makes it brighter and darker. |
The default value should be at the center, and display 1.00 |
Forgot to rename widgets from default names, will set as draft to clean up, but please feel free to comment on things other than widget naming |
|
Whats the intent for the percentage boxes? What effect should they have? |
The current value, only as a percentage. When I saw the value 1533, I personally did not perceive it in any way, I immediately have a question - "What is it?" Perhaps interest is also an unsuccessful offer, I agree. Then it is worth making the values 1.0 or 1.00, etc. Percentage boxes... This way, the value stands out more than just the numbers on the background. |
I believe gamma is usually represented in decimal values though, and I did change this in the previous commit, as such. This also makes it consistent with the values on the devtool widget. Will leave it like this for now pending review |
For end user it makes more sense to have 100% as the default
So if they want 20% brughter they'll go to 120%
Probably do 0-200% ?
Le mar. 17 déc. 2024 à 03:30, rainmakerv2 ***@***.***> a
écrit :
… Whats the intent for the percentage boxes? What effect should they have?
The current value, only as a percentage. When I saw the value 1533, I
personally did not perceive it in any way, I immediately have a question -
"What is it?" Perhaps interest is also an unsuccessful offer, I agree. Then
it is worth making the values 1.0 or 1.00, etc.
Percentage boxes... This way, the value stands out more than just the
numbers on the background.
I believe gamma is usually represented in decimal values though, and I did
change this in the previous commit, as such. This also makes it consistent
with the values on the devtool widget.
Will leave it like this for now pending review
image.png (view on web)
<https://github.com/user-attachments/assets/e7bd146b-8b6b-4ce1-81bc-5e5917a2f507>
—
Reply to this email directly, view it on GitHub
<#1805 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZVYVBQFO3VCCUKY2DYNM6T2F6EC7AVCNFSM6AAAAABTV5ARRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBXGM3DSMZUGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@Foul-Tarnished |
@Foul-Tarnished @MajorP93 In fact, this is not so important, in any case, one side is darker and the other is lighter. @rainmakerv3 I just opened the NVIDIA Control Panel. Values from and to: 0,30 - 2,80 and 1,00 as default. You can do the same. |
I think it's more customary to have the left side darker and the right side brighter |
This is true, but if I read the code right, it's the system call itself that treats it the opposite way (having larger values be darker). My thought is that I want to stay as consistent as I can with current code (i.e. devtools widget, which treats it this way) and still be intuitive for users. And since lighter/darker is labeled anyway. I foresee no usability issues with this whatsoever in its current state. Guys, I think everyone will have very different opinions on UI, that's always the case, but I think the remaining comments are getting very subjective in terms of whats better/worse, so I'm inclined to leave this as is, and maybe the reviewer can just have the final say. |
This is for end-user, add logic to invert it or normalize it. Right should be brighter |
This PR adds a setting for Gamma correction in the settings dialog Graphics tab. While there is a gamma correction tool in the advanced debug menu, this one is intended is more accessible for regular users and the setting can also be saved (the devtools gamma setting is not currently saved).
Useful in the short term while the PR for gamma is being sorted out, in the long term also may be useful for games lacking a native Brightness setting