---
title: fillColor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nslevelindicator/fillcolor
---

# fillColor

Sets the fill color used by Continuous and Discrete Capacity indicators when drawing the “normal” state, and by the rating indicator when drawing stars.

## Declaration

```swift
@NSCopying var fillColor: NSColor! { get set }
```

## Discussion

Discussion The default value is a system-defined color which may vary between level indicator styles and OS releases.

## See Also

### Configuring the Drawing Attributes

- [ratingImage](appkit/nslevelindicator/ratingimage.md)
- [drawsTieredCapacityLevels](appkit/nslevelindicator/drawstieredcapacitylevels.md)
- [warningFillColor](appkit/nslevelindicator/warningfillcolor.md)
- [criticalFillColor](appkit/nslevelindicator/criticalfillcolor.md)
