---
title: gaugeColors
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkgaugeprovider/gaugecolors
---

# gaugeColors

The colors of the gauge.

## Declaration

```swift
var gaugeColors: [UIColor]? { get }
```

## Discussion

Discussion A gauge with more than one color appears as a gradient. The provider specifies the location of the colors using the gaugeColorLocations property. The gaugeColors and gaugeColorLocations properties must have the same number of elements. note: Tinted graphic complications display gauges using a solid color chosen by the user. The gauge colors have no affect on the appearance of these complications.

## See Also

### Setting the Gauge’s Appearance

- [gaugeColorLocations](clockkit/clkgaugeprovider/gaugecolorlocations.md)
- [style](clockkit/clkgaugeprovider/style.md)
