ParticleColorRange()
Syntax
ParticleColorRange(#ParticleEmitter, StartColor, EndColor)Description
Changes the particles color range for the #ParticleEmitter. Every emitted particle will get a random value, within the 'StartColor' and 'EndColor' range. The 'StartColor' and 'EndColor' parameters are regular RGB values. RGB() can be used to get a valid color value.
Supported OS
Windows, Linux