#790 Fix Adjustment - 100% Gamma is too Colorful & Too Dark/Not Bright at all. #893
Merged
codeHusky merged 1 commit intosmartcmd:mainfrom Mar 8, 2026
Merged
#790 Fix Adjustment - 100% Gamma is too Colorful & Too Dark/Not Bright at all. #893codeHusky merged 1 commit intosmartcmd:mainfrom
codeHusky merged 1 commit intosmartcmd:mainfrom
Conversation
Contributor
Author
|
Giving my not-asked-for OK on this as issue filer for #876 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This PR slightly fixes what #790 achieved. The gamma value was nerfed too low and now 100% gamma is not bright at all as originally intended.
100% gamma was not bright at all and was instead the original sweet spot for between bright but colorful.
Changes
Increased the brightness impact of 0.5 to 1.2.
Lowered the <50% value from 0.5 to 0.4.
Previous Behavior
100% gamma was not bright at all and was instead the original sweet spot for between bright but colorful.
Root Cause
#790 lowered the slider value weight a bit too low.
New Behavior
Now 100% Gamma is the brightness you would expect but not insane like pre-fix. Not the grounded colorful amount.
Fix Implementation
Located the value modifier in GameRenderer and adjusted the brightness modifier from 0.5 to 1.2
I then lowered the <50% brightness modifier from 0.5 to 0.4.
AI Use Disclosure
No AI was used.
Related Issues