color
The color of each emitted object. Animatable.
Declaration
var color: CGColor? { get set }Discussion
The specified color of the cell will vary by a random amount within the redRange, greenRange, blueRange and alphaRangevalues over the lifetime of the cell. The redSpeed, greenSpeed, blueSpeed, and alphaSpeed determine the rate of change.
The default value of this property is a color object set to opaque white.