<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/ComplicationRenderingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ClockKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_ClockKit_SwiftUI25ComplicationRenderingModeO"
  },
  "title" : "ComplicationRenderingMode"
}
-->

# ComplicationRenderingMode

The complication’s appearance, as specified by the watch face.

```
enum ComplicationRenderingMode
```

## Topics

### Rendering Modes

[`case fullColor`](/documentation/ClockKit/ComplicationRenderingMode/fullColor)

The system renders the complication in full color.

[`case tinted`](/documentation/ClockKit/ComplicationRenderingMode/tinted)

The system renders the complication as a tinted complication.

### Comparing Rendering Modes

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)