color
The color of the light. Animatable.
Declaration
var color: Any { get set }Discussion
The value of this property is an NSColor or CGColor object. The default color is white.
You can animate changes to this property’s value. See Animating SceneKit Content.