Contents

fillColor

The color used to fill the shape’s path. Animatable.

Declaration

var fillColor: CGColor? { get set }

Discussion

Setting fillColor to nil results in no fill being rendered.

Default is opaque black.

See Also

Accessing Shape Style Properties