Particles:getParticleColor

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Get color and alpha value of particle <source lang="lua"> (color) (alpha), = Particles:getParticleCol...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06

Description

Get color and alpha value of particle

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

'i: (number) particle index '
Returns (color) color value
Returns (alpha) alpha value from 0 to 1