-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add UI Tint/Saturation settings #15396
Conversation
Just a few thing to improve the UI:
Pushed it here: https://github.com/iota97/ppsspp/tree/vertex-hue-ui Time to make a RGB animation now ;) |
Pulled your change, nice, makes sense. |
Still a bug left with uniform bufer sizes, fixing. |
Pushed at the same branch as before a fix for the live update that wasn't quite complete :P |
Thanks, picked it over. |
how about this now? |
Does the color tinting in the vertex shader.
cd7085b
to
b1cf29b
Compare
Confirmed that this does indeed work just fine on Mali-400. |
Does the color tinting in the vertex shader.
Makes the background grayscale, and sets a color, so it'll follow the tint properly.
Lighter alternative to full custom themes as in #15394, although I'm kinda torn which way to go.
iota97 started work on the same too at my suggestion. This uses a simpler hsv conversion, not sure which one looks best though. Adds support for all the backends too.