Tagged Questions

5
votes
4answers
5k views

How do I invert a colour / color? (C# .net)

I know that this won't directly invert a colour, it will just 'oppose' it. I was wondering if anyone knew a simple way (a few lines of code) to invert a colour from any given colour? At the moment I ...