# `GSShape.fillPaint`

*Instance Property*

The effective fill paint.

## Declaration

```swift
var fillPaint: Any? { get set }
```

```objc
@property (nonatomic, strong) id fillPaint;
```

```python
fillPaint() -> object
setFillPaint_(fillPaint: object)
```

## Discussion

Either an `NSColor` for a solid color paint, `GSGradient` for a gradient paint, or `nil` for no paint.

## See Also

### Fill Paint

- [`GSShape.fillColor`](/Core/GlyphsCore/GSShape/fillColor) — The solid color used for the fill.
- [`GSShape.fillGradient`](/Core/GlyphsCore/GSShape/fillGradient) — The gradient used for the fill.

