Contents

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.

See Also

Filling a Shape