How to write a tool, inverting colors in Windows?
Posted
by vlood
on Stack Overflow
See other posts from Stack Overflow
or by vlood
Published on 2009-04-01T14:59:02Z
Indexed on
2010/04/17
23:13 UTC
Read the original article
Hit count: 191
I read a topic in this site about it, but decided to post another one as I want to write such a tool, but I don't have much experience in C# & .NET, so it could take me too much time just digging the Net, while someone can just direct me to the right library or classes to be used.
So, straight to the point. I want to write a tool that, when activated, inverts absolutely all items on the screen and lets you work that way without torturing your eyes with bright light colors.
Does anyone have an idea of the needed .NET libraries or third-party frameworks, to implement this?
Any help will be greatly appreciated!
P.S. Changing to "High Contrast" theme in Windows is not the solution I seek, so please, don't mention it!
© Stack Overflow or respective owner