Files
wow-weakauras/Meta/api/GetGamma.lua
2024-11-07 23:12:37 +01:00

5 lines
327 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number gamma
---Returns the current display gamma setting. Gamma value determines the contrast between lighter and darker portions of the game display; for a detailed explanation see the Wikipedia entry on Gamma correction entry.
function GetGamma() end