Particle StartColor Min Max Value - C#

Hello guys, have searched a lot and found nothing, I’m racking my brain, could someone help me?

How can I get access to the Start Color of a particle and change the min and max value of the color, i didn’t found in the docs.

I need the min and max to add some variations on the leafs and smokes, with passing time.

No one or im in wrong place?

You can not currently access the curve for startColor, it can only be set to a literal Color value. We are adding access to the remaining curve properties in the particle system but this wont be available until 5.5. For now it is only possible through the inspector and possibly by using SerializedObjects(editor only).

1 Like

Thank you!