Difference between revisions of "Particles:setParticleColor"
From GiderosMobile
| m (Text replacement - "</source>" to "</syntaxhighlight>") | |||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2016.06<br/> | |
| − | ''' | + | '''Class:''' [[Particles]]<br/> | 
| − | ''' | + | |
| − | ===  | + | === Description === | 
| − | + | Sets a color to a particle at index ''i''. | |
| − | < | + | <syntaxhighlight lang="lua"> | 
| − | + | Particles:setParticleColor(i,color,alpha) | |
| − | </ | + | </syntaxhighlight> | 
| − | ===  | + | |
| − | '''i''': (number)  | + | === Parameters === | 
| − | '''color''': (number)  | + | '''i''': (number) particle index<br/> | 
| − | '''alpha''': (number)  | + | '''color''': (number) color in hex value<br/> | 
| + | '''alpha''': (number) alpha value from 0 to 1, default 1 '''optional'''<br/> | ||
| {{Particles}} | {{Particles}} | ||
Latest revision as of 14:32, 13 July 2023
Available since: Gideros 2016.06
Class: Particles
Description
Sets a color to a particle at index i.
Particles:setParticleColor(i,color,alpha)
Parameters
i: (number) particle index
color: (number) color in hex value
alpha: (number) alpha value from 0 to 1, default 1 optional
- Particles
- Particles.new
- Particles:addParticles
- Particles:clearTexture
- Particles:getDeadParticles
- Particles:getNearestParticle
- Particles:getNumParticles
- Particles:getParticleAcceleration
- Particles:getParticleAngle
- Particles:getParticleColor
- Particles:getParticleDecay
- Particles:getParticleExtra
- Particles:getParticlePosition
- Particles:getParticleSize
- Particles:getParticleSpeed
- Particles:getParticleTag
- Particles:getParticleTtl
- Particles:getParticles
- Particles:isPaused
- Particles:removeParticles
- Particles:scaleParticles
- Particles:setMinimumSize
- Particles:setParticleAcceleration
- Particles:setParticleAngle
- Particles:setParticleColor
- Particles:setParticleDecay
- Particles:setParticleExtra
- Particles:setParticlePosition
- Particles:setParticleSize
- Particles:setParticleSpeed
- Particles:setParticleTag
- Particles:setParticleTtl
- Particles:setPaused
- Particles:setTexture
