I can get an array of Particles by calling ParticleSystem.GetParticles(), however, particle.color (very unhelpfully) contains only the starting color of the particle, not the current color.
I could calculate the color myself, but I can’t see anyway to retrieve the ‘Color over Lifetime’ values.
Is there anyway to get the actual, current color, of a particle?