Global Command: setWindowBrightness
From The Official Visionaire Studio: Adventure Game Engine Wiki
Function History
Available since v3.8
Set the integer value of global window brightness. (min = 0, max = 100)
Syntax:
setWindowBrightness(brightness)
Example:
setWindowBrightness(80) -- set new brightness value to 80%
Arguments
brightness: integer
The integer value of global window brightness. (min = 0, max = 100)
Flags
none
Return
none
Relevant Pages: getWindowBrightness |