Particles:setParticleColor

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set color of particles <source lang="lua"> = Particles:setParticleColor(icoloralpha,) </source> '''i:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06

Description

set color of particles

= Particles:setParticleColor(icoloralpha,)

'i: (number) particle index '
'color: (number) hex value of color '
alpha: (number) alpha value from 0 to 1, default 1 optional