I am interested in writing a tool to dynamically set my monitor's colour profile and brightness - a tool in the style of "F.lux" and "Redshift" - but, rather than alter the colours sent by the graphics card, I wish my monitor to adjust the red,green and blue balance as if I had changed the settings using the buttons on the front panel.
While F.lux is closed source, Redshift is open source - it uses GetDeviceGammaRamp() and SetDeviceGammaRamp() for windows... however, these calls affect neither the monitor settings nor the colour of the pointer.
With XP and Vista, there's a new API for "Monitor Configuration" using the Dxva2 lib/dll... which looks promising (especially the SetMonitorBrightness, SetMonitorContrast, SetMonitorRedGreenOrBlueGain and SetMonitorRedGreenOrBlueDrive functions) except that my target platform is XP, and the monitor control API is only supported on Vista/Win-7.
Is my only option to programatically control my monitor settings to upgrade my OS on all target PCs?
- F.Lux is by stereopsis.com
- Redshift is by jonls.dk