Difference between revisions of "Screen:clear"

From GiderosMobile
Line 6: Line 6:
 
  Screen:clear(color,alpha)
 
  Screen:clear(color,alpha)
 
</source>
 
</source>
'''color''': (number) background color ''''''<br/>
+
=== Parameters ===
'''alpha''': (number) background transparency ''''''<br/>
+
'''color''': (number) background color <br/>
 +
'''alpha''': (number) background transparency <br/>

Revision as of 11:46, 23 August 2018

Available since: Gideros 2017.8

Description

Sets this screen's background to the provided color and opacity

 Screen:clear(color,alpha)

Parameters

color: (number) background color
alpha: (number) background transparency