particleColor
The average initial color for a particle.
Declaration
var particleColor: UIColor { get set }var particleColor: NSColor { get set }Discussion
The default value is [SKColor clearColor].
A particle’s color is blended with the texture using its blend color factor. See SKEmitterNode.