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.
- Host: GitHub
- URL: https://github.com/adolfintel/setgamma
- Owner: adolfintel
- Created: 2016-12-09T14:34:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T07:02:52.000Z (almost 9 years ago)
- Last Synced: 2025-07-08T13:12:17.223Z (6 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.