6 lines
314 B
Lua
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
|