Difference between revisions of "SetWindowBrightness"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "==setWindowBrightness== <div class="command-min-version-info">Available since: <span class="command-min-version">v3.8</span></div> <div class="command-doc">Sets the brightne...")
 
Line 18: Line 18:
 
setWindowBrightness(100)
 
setWindowBrightness(100)
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
[[Category:Player Commands]]

Revision as of 15:57, 26 November 2013

setWindowBrightness

Available since: v3.8
Sets the brightness (gamma) for the window.

Lua Syntax:

setWindowBrightness(Brightness)

Arguments

Brightness

int - The brightness (gamma) value. 0 is completely dark and 100 is normal brightness.

Flags

Return Values

None.

Examples

Example 1: basic set brightness command

setWindowBrightness(100)