Invert Colors

  • Solano
  • Topic Author
More
10 years 6 months ago #1 by Solano Invert Colors was created by Solano
I know its not that exciting but I would like to invert Colors!
Any Idea how to achieve that?

Please Log in or Create an account to join the conversation.

  • Ioxa
More
10 years 6 months ago #2 by Ioxa Replied by Ioxa on topic Invert Colors
Easiest way would be to open up the Monochrome shader is SweetFX and add this line before the return,
colorInput.rgb = 1.0 - colorInput.rgb;

Just make sure the file saves as a .h file.
Set the Monochrome_color_saturation to 1.00 and you're good to go!

Please Log in or Create an account to join the conversation.