User Tools

Site Tools


built_in:hue

Differences

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

Link to this comparison view

built_in:hue [2018/05/20 19:07]
geez437 [Values]
built_in:hue [2018/05/21 03:51]
Line 1: Line 1:
-=====Hue===== 
-The argument **hue** is used in some methods to change the default color. 
- 
-<code> app.Alert( text, title, options, hue );</code> 
- 
-For example in the method above, hue changes the color of the title and the horizontal line below of the alert. 
-====Values==== 
- 
-====Example==== 
-<code javascript> 
- 
-//Orange title and horizontal line 
-function OnStart() 
-{ 
-  app.Alert( "Hello World!", "Message", "", 180 ); 
-} 
- 
-</code> 
  
built_in/hue.txt · Last modified: 2018/05/21 03:51 (external edit)