Difference between revisions of "Particles:setParticleColor"
From GiderosMobile
| Line 6: | Line 6: | ||
|   Particles:setParticleColor(i,color,alpha) |   Particles:setParticleColor(i,color,alpha) | ||
| </source> | </source> | ||
| − | '''i''': (number) particle index  | + | === Parameters === | 
| − | '''color''': (number) hex value of color  | + | '''i''': (number) particle index <br/> | 
| + | '''color''': (number) hex value of color <br/> | ||
| '''alpha''': (number) alpha value from 0 to 1, default 1 '''optional'''<br/> | '''alpha''': (number) alpha value from 0 to 1, default 1 '''optional'''<br/> | ||
Revision as of 10:44, 23 August 2018
Available since: Gideros 2016.06
Description
set color of particles
 Particles:setParticleColor(i,color,alpha)
Parameters
i: (number) particle index 
color: (number) hex value of color 
alpha: (number) alpha value from 0 to 1, default 1 optional
