fillColor
The color used to fill the shape.
Declaration
var fillColor: UIColor { get set }var fillColor: NSColor { get set }Mentioned in
Discussion
The default fill color is [SKColor clearColor], which means the shape is not filled.
The color used to fill the shape.
var fillColor: UIColor { get set }var fillColor: NSColor { get set }The default fill color is [SKColor clearColor], which means the shape is not filled.