Note that there are some explanatory texts on larger screens.

plurals
  1. POInvert display colors by tweaking the video adapter
    text
    copied!<p>I'd like to know if it is possible to create a Windows program to invert all display colors by tweaking the video adapter directly, just like MacOS does in its "black-on-white mode".</p> <p>I am a C++ Windows developer and I have a degenerative disease on my retina called Retinitis Pigmentosa, which makes me very sensitive to glare and bright colors. The High Contrast schemes offered by Windows are not an option. It just does not work. When selected, most apps (event Microsoft's) ignores it, ending up rendering black text on black background!. Apple's approach of just flipping the bits of every color is simple, fast and very effective. I understand that the Macintosh has the advantage of dealing with a limited and controlled set of video adapters, whereas Windows is supposed to deal with any kind that provides the compatible driver. </p> <p>I see this project split in two layers: one to deal with video card detection and keyboard shortcut management and another to actually tweak the video adapter; having some sort of hardware abstraction layer in between. Each video adapter may take a different technique to accomplish the desired effect. I'd like to support, at least, NVIDIA, ATI and Intel adapters.</p> <p>After a lot of googling on the subject, I'm frustrated. Information on video card programing and device driver development are scarce and arcane.</p> <p>Is what I'm trying to accomplish possible, at all? Could anyone point me in the right direction?</p> <p>My intention is to create a free tool to help people with similar eye disorders.</p> <p>I would be very grateful for any help! </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload