ParticleColorRange()

Syntax

ParticleColorRange(#ParticleEmitter, StartColor, EndColor)
Description
Changes the particles color range for the particle emitter. Every emitted particle will get a random value, within the 'StartColor' and 'EndColor' range (gradiant between these two color).

Parameters

#ParticleEmitter The particle emitter to use.
StartColor The first color for the particle. RGB() can be used to get a valid color value.
EndColor The last color for the particle. RGB() can be used to get a valid color value.

Return value

None.

Supported OS

All

<- ParticleColorFader() - Particle Index - ParticleEmissionRate() ->