Restore gamma in video settings after Alt-Tab between game and windows desktop. On some video cards I have used, the gamma was sometimes brighter when returning to the game. Three workarounds: (1) Go to video options in game and move the slider temporarily to the left and back to restore the gamma. (2) Type a script in the chat window to restore the gamma. (3) Or run this addon.
The addon executes a script which can also be entered in the chat window every 2 seconds. The gamma is decreased first to avoid overflow because it would be very rare to find the gamma close to zero.
/script SetGamma(GetGamma()-0.1); SetGamma(GetGamma()+0.1);
Command/Options:
- none
Install:
- Move the files to the game folder, .\World of Warcraft\Interface\AddOns\GammaFix\*.*
ChangeLog:
Revision 3.1.0 (Apr 19, 09)
- Updated TOC file for patch 3.1.0
Revision 1.11
- Updated TOC file for patch 2.1.0
Revision 1.1
- BC 2.0 compatible. Updated toc file.
- web site erased all my previous changelog info :()
Facts
- Date created
- 27 Aug 2006
- Last updated
- 19 Apr 2009