colorSequence property

ColorSequence? colorSequence
getter/setter pair

The ColorSequence used to animate the color of each individual particle over the duration of its life. When applied to a particle the sequence's color stops modified in accordance with the alphaVar, redVar, greenVar, and blueVar properties.

Implementation

ColorSequence? colorSequence;