<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/WidgetRenderingMode/fullColor",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit0A13RenderingModeV9fullColorACvpZ"
  },
  "title" : "fullColor"
}
-->

# fullColor

The system renders the widget in full color.

```
static let fullColor: WidgetRenderingMode
```

## Discussion

In this mode, the system doesn’t alter or filter the widget’s colors.

The system displays full-color widget-based complications on some watch
faces, such as the Infograph face, on the Home Screen or Today View in
iOS or iPadOS, and in Notification Center on macOS.

> Note: The Infograph face only uses full-color rendering when the user
> sets the face to multicolor. If the user selects an accent color, the
> system uses ``doc://com.apple.WidgetKit/documentation/WidgetKit/WidgetRenderingMode/accented`` instead.

---

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)