I’m trying to make my settings have a contrast setting where the player can sharpen or smoothen the brightness of light and dark colours.
I thought I was saved when I saw a “ColorCorrectionEffect” instance but then found out it was only for lighting and not GUI. I couldn’t then find a “UI” instance that would have helped me.
Is there any way for me to change the contrast of my GUI with any given instances or do I have to make some kind of algorithm to determine if an asset becomes lighter or darker in accordance to the value output by the slider? Or, worst case scenario, am I going to have to give up on this (which I’d rather not)?