-
-
Notifications
You must be signed in to change notification settings - Fork 538
Added color saturation slider #3251
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
base: master
Are you sure you want to change the base?
Added color saturation slider #3251
Conversation
I really appreciate the work on this PR as it would fix #3128 (which, believe it or not, has bothered me a lot when creating backgrounds) |
Thanks for your contribution! Before we proceed reviewing this, can you remove any unrelated files from the tree (including log files, exe outputs, etc.)? Also, please add a new line to all those files that don't have one at the end of the file. |
It also seems like these files have been changed to CRLF. Here we use LF line endings, so please configure your editor properly. |
Addressed feedback: removed extra files and (I think) fixed line endings to LF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please restore this file.
} | ||
|
||
/* EOF */ | ||
/* EOF */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a new line at the end.
#endif | ||
|
||
/* EOF */ | ||
/* EOF */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a new line at the end.
are there plans on updating this based on tobbi's review? |
As part of a school project, my friend and I have worked on a solution for a color saturation slider that was proposed and discussed as a listed issue. Even if it is unacceptable, we would greatly appreciate any comments. Thank you.
Fixes #3128