An open API service indexing awesome lists of open source software.

https://github.com/adolfintel/setgamma

Set/Reset screen gamma on Windows. Useful when old games mess up the brightness.
https://github.com/adolfintel/setgamma

Last synced: 3 months ago
JSON representation

Set/Reset screen gamma on Windows. Useful when old games mess up the brightness.

Awesome Lists containing this project

README

          

This utility can set/reset the screen gamma on Windows. It is useful when old games mess with it and when you quit the screen is too bright/dark.

>>> DOWNLOAD
http://downloads.fdossena.com/geth.php?r=setgamma

>>> USAGE
Just run SetGamma.exe to reset the gamma

>>> COMPILING
SetGamma can be compiled with gcc. No special parameters required. It will only work on Windows, of course.

>>> COMMAND LINE
SetGamma.exe [n]
where n is an integer between 0 and 255 representing the desired gamma. default is 128.

>>> CREDITS
Adapted from http://www.nirsoft.net/vc/change_screen_brightness.html

>>> LICENSE
Do what you want with it.