How can I change the color value of ParticleSystem component

Hi @hoanguyen,

Check the following thread, it’s old but I think this holds true to day. Particles use a pc.CurveSet for coloring so it’s a bit more complex than setting a single value:

https://developer.playcanvas.com/en/api/pc.ParticleSystemComponent.html#colorGraph

1 Like