ParticleColorFader()

Syntax

ParticleColorFader(#ParticleEmitter, RedRate.f, GreenRate.f, BlueRate.f, AlphaRate.f)
Description
Changes the particles color fader rate.

Parameters

#ParticleEmitter The particle emitter to use.
RedRate, GreenRate, BlueRate, AlphaRate The color channels fader rate to apply, per second. Examples values and their effect:
     0: no change will be applied
    -1: will substract 256 to the color component every second.
     1: will add 256 to the color component every  second.
 -0.25: will substract 64 to the color component every second.

Return value

None.

Supported OS

All

<- ParticleAngle() - Particle Index - ParticleColorRange() ->