Files
wow_Meta/api/GetGamma.lua
2025-05-04 15:15:00 +02:00

7 lines
332 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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