Difference between revisions of "Screen:clear"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2017.8<br/> | |
− | ''' | + | '''Class:''' [[Screen]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Sets the screen background to the provided color and opacity. | |
<source lang="lua"> | <source lang="lua"> | ||
− | + | Screen:clear(color,alpha) | |
</source> | </source> | ||
− | === | + | |
− | '''color''': (number) | + | === Parameters === |
− | '''alpha''': (number) | + | '''color''': (number) background color<br/> |
+ | '''alpha''': (number) background transparency<br/> | ||
{{Screen}} | {{Screen}} |
Revision as of 03:03, 28 April 2021
Available since: Gideros 2017.8
Class: Screen
Description
Sets the screen background to the provided color and opacity.
Screen:clear(color,alpha)
Parameters
color: (number) background color
alpha: (number) background transparency