Some monitors have controlability by USB connections. The interface to the monitor is, however, manufacturer specific.
Another way could be to control the brightness, within certain limits, by changing the video-adapter settings. This would also be adapter specific, I guess.
So the best answer is already above, not possible with current monitor/vga-card specs.
But the new game Colin McRae 3 can do this
There is an option Gamma level.When I increase it and minimize the game, the effect of the increased brightnes is still working.When I close the game the brightness is restored to the previous level.It is really possible,the question is how ?
Ok - what you're talking about is the video drivers artifically increasing the amount of colour each pixel has equally. So a RGB pixel with values of 100,100,140 would appear blue, and the video driver changes this to 101,101,141 or more probably something proportional. This is increasing gamma. I don't know how to do this in delphi. You would have to call a function in the windows API most probably. Have a search in google, or on Microsoft's site. Try and get a code snipped regardless of it's language, because it will be the same call in Delphi.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.