Global Command: setWindowBrightness

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 17:15, 23 March 2014 by AFRLme (talk) (Created page with "<div class="toccolours mw-collapsible mw-collapsed tbl-ds"> <span class="bold">Function History</span> <div class="mw-collapsible-content"> <div class="alt-bg">Available since...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Function History

Available since v3.8


Set the integer value of global window brightness. (min = 0, max = 100)


Syntax:

setWindowBrightness(i)


Example:

setWindowBrightness(80) -- set new brightness value to 80%


Arguments
i: integer
The integer value of global window brightness. (min = 0, max = 100)


Flags
none


Return
none


Relevant Pages: getWindowBrightness