User Tools

Site Tools


built_in:set_screen_brightness

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

built_in:set_screen_brightness [2015/03/04 17:23]
octazid created
built_in:set_screen_brightness [2015/03/22 00:49]
Line 1: Line 1:
-=====SetScreenBrightness===== 
  
-//(Information and examples taken from the DroidScript documentation)// 
- 
-====Description==== 
- 
-The SetScreenBrightness method sets the screen brightess for this App with a decimal value between 0 and 1 
- 
-<code> app.SetScreenBrightness( brightness );</code> 
- 
----- 
- 
-====Example==== 
- 
-<code javascript> 
- 
-function OnStart() 
-{ 
-  app.SetScreenBrightness( 0.25 ); 
- 
- 
-</code> 
built_in/set_screen_brightness.txt · Last modified: 2015/03/22 00:49 (external edit)