Contents

particleColorSequence

The sequence used to specify the color components of a particle over its lifetime.

Declaration

var particleColorSequence: SKKeyframeSequence? { get set }

Mentioned in

Discussion

The default value is nil. If a non-nil value is specified, then the particleColor, particleColorAlphaRange, particleColorRedRange, particleColorGreenRange, particleColorBlueRange, particleColorAlphaSpeed, particleColorRedSpeed, particleColorGreenSpeed, and particleColorBlueSpeed properties are ignored. Instead, the sequence is used to specify the particle color.

See Also

Configuring Particle Color