Difference between revisions of "Sprite:setAlpha"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Sets the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque.<br /> | Sets the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Sprite:setAlpha(alpha) | Sprite:setAlpha(alpha) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''alpha''': (number) The new alpha transparency of the sprite <br/> | + | '''alpha''': (number) <translate>The new alpha transparency of the sprite</translate> <br/> |
Revision as of 13:34, 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)
Parameters
alpha: (number) The new alpha transparency of the sprite