---
title: contentTintColor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsimageview/contenttintcolor
---

# contentTintColor

A tint color to be used when rendering template image content.

## Declaration

```swift
@NSCopying var contentTintColor: NSColor? { get set }
```

## Discussion

Discussion This color may be combined with other effects to produce a theme-appropriate rendition of the template image. A nil value indicates the standard set of effects without color modification. The default value is nil.

## See Also

### Specifying the visual characteristics

- [imageFrameStyle](appkit/nsimageview/imageframestyle.md)
- [imageAlignment](appkit/nsimageview/imagealignment.md)
- [imageScaling](appkit/nsimageview/imagescaling.md)
- [animates](appkit/nsimageview/animates.md)
