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....")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Sprite]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Sets the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque.
Sets the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque.<br />
+
<syntaxhighlight lang="lua">
<br />
+
Sprite:setAlpha(alpha)
<source lang="lua">
+
</syntaxhighlight>
= Sprite:setAlpha(alpha,)
+
 
</source>
+
=== Parameters ===
'''alpha:''' (number) The new alpha transparency of the sprite ''''''<br/>
+
'''alpha''': (number) the new alpha transparency of the sprite<br/>
 +
 
 +
{{Sprite}}

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2011.6
Class: Sprite

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