Difference between revisions of "Sprite:setAlpha"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque....")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Sprite:setAlpha(alpha,)
+
Sprite:setAlpha(alpha)
 
</source>
 
</source>
'''alpha:''' (number) The new alpha transparency of the sprite ''''''<br/>
+
'''alpha''': (number) The new alpha transparency of the sprite ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque.

 Sprite:setAlpha(alpha)

'alpha: (number) The new alpha transparency of the sprite '