I have an effect shader that makes enemies red.
http://s779.photobucket.com/albums/yy80/HupOranje/IR3.jpg
Then I add an image space modifier that makes the the world green. But it also makes my red Effect Shader pinkish orange.
http://s779.photobucket.com/albums/yy80/HupOranje/IR5.jpg
It seems to me that I need to guess a color for the effect shader such that when the image space modifier is applied, the enemies will appear more red than orange.
There is so little help on the matter on the effects shader wiki page. It only describes what the functions are, not what they do or how to apply them except for some very basic steps.
My effect shader doesn't have enough green tint to be able to subtract enough to allow for the addition of green color from the image space modifier. Is there a way to add negative color to the effect shader somehow?