---
title: tintColor
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkimageprovider/tintcolor
---

# tintColor

The tint color to apply to the image in a multicolor clock face.

## Declaration

```swift
var tintColor: UIColor? { get set }
```

## Discussion

Discussion For multicolor clock faces, the image provider applies the color in this property to the underlying image. For one-piece images, the color is applied directly to the image. For two-piece images, the color is applied only to the background image. Specify nil to tint the image using the color of the complication template object. If the template doesn’t specify a color, the default color (white) is used.

## See Also

### Getting the Image Data

- [onePieceImage](clockkit/clkimageprovider/onepieceimage.md)
- [twoPieceImageBackground](clockkit/clkimageprovider/twopieceimagebackground.md)
- [twoPieceImageForeground](clockkit/clkimageprovider/twopieceimageforeground.md)
