smoothcontract / mediate

Automatically exported from code.google.com/p/mediate
0 stars 0 forks source link

Screen Gamma / Brightness control #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add functions/settings to control screen brightness / contrast. We could do
this the traditional cheesy way by altering the gamma ramp of the display
under Windows, but it would be slicker to add an overall gamma correction
value to the colour determination/blending code in the DirectX rendering code.

Using DirectX values guarantees that the display won't be left in a weird
state if mediate crashes for some reason.

Simple initial implementation with a slider control, perhaps with two
settings for day and night time.

Later we can add automatic dimming based on time of day and
lattidute/longitude details to compute sunset time. Alternatively this
could be driven via an input from the velleman plugin linked to vehicle
lighting.

Original issue reported on code.google.com by aretman...@gmail.com on 26 Jan 2009 at 3:08

GoogleCodeExporter commented 9 years ago
Changed priority and assigned a milestone for mediate 2.0 release

Original comment by aretman...@gmail.com on 19 May 2009 at 1:02