---
title: tintColor
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplistimagerowitemcardelement/tintcolor
---

# tintColor

A UIColor used to tint the element. When @c showsImageFullHeight is true, the tint color is applied behind the labels at the bottom of the card. Otherwise, this color is part of the gradient color at the bottom of the card.

## Declaration

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

## Discussion

Discussion If this value is nil, iOS will use secondarySystemBackground color.
