I’m after an Image Effect script that allows you to specify a color and tints the entire screen - something like a hue / saturation effect in Photoshop.
The default Image Effects have things like grayscale and sepia. I imagine it would be similar to them. If I use this color tint shader that I’m after and give it a golden color, it should basically look similar to the sepia shader. Giving it white should do nothing.
Can anybody provide me with this shader? Surely many others would be using a similar thing.
I’ve got a working solution with the help of a a co-worker. One grays the image first and the other doesn’t.
The first is the equivalent of adjusting the Hue of an image in Photoshop with the Color box ticked, and the other with the box unticked.
I’ll post the working version once I’ve cleaned it up a bit (I’ve modified some base files to get this solution). I’ll also give @metaleap’s post a shot and see what happens.