---
title: fullColor
framework: widgetkit
role: symbol
role_heading: Type Property
path: widgetkit/widgetrenderingmode/fullcolor
---

# fullColor

The system renders the widget in full color.

## Declaration

```swift
static let fullColor: WidgetRenderingMode
```

## Mentioned in

Developing a WidgetKit strategy Preparing widgets for additional platforms, contexts, and appearances Updating your widgets for visionOS Optimizing your widget for accented rendering mode and Liquid Glass

## Discussion

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 accented instead.

## See Also

### Rendering modes

- [accented](widgetkit/widgetrenderingmode/accented.md)
- [vibrant](widgetkit/widgetrenderingmode/vibrant.md)
