May 11, 2011 at 2:56am May 11, 2011 at 2:56am UTC
Hi,
does some one know how we can get the brightness of the screen under Window OS? Really, until now I cant not find any thing interesting.
Thanks for your helps?
May 11, 2011 at 4:30am May 11, 2011 at 4:30am UTC
I don't think it's possible.
Seems to be a monitor hardware setting and not something you'd set through software (to adjust it you have to press buttons on the monitor -- you don't do it through Windows).
Then again I wouldn't be surprised if it was possible. I don't have the foggiest idea of how to do it though.
May 11, 2011 at 8:03am May 11, 2011 at 8:03am UTC
Some one suggest me to see the DirectX and OpenGL, but I have not any idea about that.
May 11, 2011 at 2:47pm May 11, 2011 at 2:47pm UTC
Well there you go!
I guess I should know better than to think something's not possible ;P
May 11, 2011 at 3:24pm May 11, 2011 at 3:24pm UTC
Thanks for the link, but I already saw it before.
I'm beginner in Windows programming, so I can change the brightness with setBrighness, but I can't get it.
Do you think that it is possible to create a function getBrithness for this purpose?
Thanks in advance.
May 11, 2011 at 5:13pm May 11, 2011 at 5:13pm UTC
I don’t think this is supported on all monitors like Disch said,
But if you are looking a way for only LCD backlights on laptops and tablets,
You can look to
http://msdn.microsoft.com/en-us/library/aa372703(v=VS.85).aspx
You can make the function but it will not give you the Brightness only the average Color gamma
Last edited on May 11, 2011 at 5:15pm May 11, 2011 at 5:15pm UTC