[RESOLVED] Monitor Brightness
I'm looking for a way to adjust the monitor's temperature. There's a program called f.lux that does this, but it doesn't get dark enough. The program I'm writing will be used on a boat and needs to be dark enough so that it's not blinding while driving at night.
Any thoughts?
Re: [RESOLVED] Monitor Temperature
I know this is marked resolved but I was wondering if there is a similar function to get the current gamma settings? I tried getDeviceGammaRamp, but from what I could tell that returns whether or not the devices is able to change the gamma.
Re: [RESOLVED] Monitor Temperature
Hi Stin :)
Hmm, not sure that there is something, offhand :)
Could you perhaps explain a bit more what you'd like to achieve then we can hopefully, possibly identify a solution
Hannes
Re: [RESOLVED] Monitor Temperature
The program will allow the user to change their gamma settings and then reset them when they leave. So really I just would like to capture what it's at when they start the program. The one you gave me starts at 14 or 18 which seams to be an arbitrary number.
Re: [RESOLVED] Monitor Temperature
I see :)
We will have to use GetDeviceGammaRamp at Form load, then with the Form_Closing event set it to what was retrieved at Form load. That will reset it to the value it was before the program was run.
Should I try to incorporate this into my previous example for you?
Sorry, this was very sloppy programming on my side, I should have done that initially :)
Re: [RESOLVED] Monitor Temperature
If it's not too much trouble that would fantastic. Using APIs isn't my forte, and as I mentioned, I tried using the getDeviceGammaRamp, but couldn't get it to work.
Thank you so much for your help.