Difference between revisions of "Particles:getParticleColor"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 
=== Description ===
 
=== Description ===
Get color and alpha value of particle
+
<translate>Get color and alpha value of particle</translate>
 
<source lang="lua">
 
<source lang="lua">
 
(color), (alpha) = Particles:getParticleColor(i)
 
(color), (alpha) = Particles:getParticleColor(i)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''i''': (number) particle index <br/>
+
'''i''': (number) <translate>particle index</translate> <br/>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (color) color value<br/>
+
'''Returns''' (color) <translate>color value</translate><br/>
'''Returns''' (alpha) alpha value from 0 to 1<br/>
+
'''Returns''' (alpha) <translate>alpha value from 0 to 1</translate><br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2016.06

Description

Get color and alpha value of particle

(color), (alpha) = Particles:getParticleColor(i)

Parameters

i: (number) particle index

Return values

Returns (color) color value
Returns (alpha) alpha value from 0 to 1