Contents

strokeColor

The color used to stroke the shape.

Declaration

var strokeColor: UIColor { get set }
var strokeColor: NSColor { get set }

Mentioned in

Discussion

The default stroke color is [SKColor whiteColor]. If you do not want to stroke the shape, use [SKColor clearColor].

See Also

Stroking a Shape