---
title: ComplicationRenderingMode.tinted
framework: clockkit
role: symbol
role_heading: Case
path: clockkit/complicationrenderingmode/tinted
---

# ComplicationRenderingMode.tinted

The system renders the complication as a tinted complication.

## Declaration

```swift
case tinted
```

## Mentioned in

Building complications with SwiftUI

## Discussion

Discussion You can use the rendering mode to provide a custom SwiftUI view for tinted complications. For more information, see Support Tinted Views.

## See Also

### Rendering Modes

- [ComplicationRenderingMode.fullColor](clockkit/complicationrenderingmode/fullcolor.md)
