Global Command: setWindowBrightness

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 17:16, 23 March 2014 by AFRLme (talk)

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