I have a place where I want the background of my scene to be in grayscale, and then draw colored things on top. So I draw a bunch of stuff, then I want to draw a layer over top of that which makes the previous renderings look gray, and draw new stuff.
Is that feasible or will I have to do something before all of the other rendering occurs to enable some sort of grayscale filter? Either way, I have no idea how to do it. Anyone have any pointers for me? Thanks! 