0

Is there a .NET API to control entire screen hue / colors ? I'm trying to do something along the lines of what flux does and I assume there must be a programmatic way to control these properties. The built in color calibration UI can do it, and I'm wondering how they do this.

If not in .NET, is there a winapi way of accomplishing this?

enter image description here

Matt
  • 25,943
  • 66
  • 198
  • 303

1 Answers1

2

I don't know of an existing method in .NET to adjust the screen colors, but you can call SetDeviceGammaRamp. This answer has C# code to call SetDeviceGammaRamp.

Community
  • 1
  • 1
Lithis
  • 1,327
  • 8
  • 14