ParticleColorRange()

语法

ParticleColorRange(#ParticleEmitter, StartColor, EndColor)
概要
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).

参数

#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.

返回值

无.

已支持操作系统

所有

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