Files
wow_Meta/api/SetGamma.lua
2025-05-04 14:35:26 +02:00

6 lines
314 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param value number
---Changes the display gamma setting. Gamma value determines the contrast between lighter and darker portions of the game display; for a detailed explanation see the Wikipedia article on Gamma corection.
function SetGamma(value) end