Difference between revisions of "GetWindowBrightness"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "==getWindowBrightness== <div class="command-min-version-info">Available since: <span class="command-min-version">v3.8</span></div> <div class="command-doc">Returns the brigh...") |
|||
Line 15: | Line 15: | ||
===Examples=== | ===Examples=== | ||
None. | None. | ||
+ | [[Category:Player Commands]] |
Revision as of 14:56, 26 November 2013
getWindowBrightness
Available since: v3.8
Returns the brightness (gamma) for the window.
Note: 0 is completely dark and 100 is normal brightness.
Lua Syntax:
getWindowBrightness()
Arguments
Flags
Return Values
None.
Examples
None.