ParticleSystem.Particle.color
var color: Color32;
Color32 color;
color as Color32
Description

The initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.

Alpha channel of the color is used to fade out particles.