in a 2D game i’m working on when your low on health the screen goes grey-scale and then a red vignette is applied over the top (inspired by Titanfall 2). I’m currently doing the grey-scale effect using colour-grading however this turns the vignette grey-scale as well.
So I either need a different way to do the colour grading or vignette or try to change the order they’re applied in (which I don’t think is possible)
I have a feeling this maybe possible with full screen shaders if so does anyone know a good guide i can use.
Thanks in advance