---
title: CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeimage
---

# CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage

A template for displaying an extra-large, full-color circular image, an open gauge, and text.

## Declaration

```swift
class CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicExtraLarge family. Figure 1 shows the layout of the complication and where it appears on the clock face.

The table below lists the dimensions of the image you use in this template. Use @2x images for display on Apple Watch so the point-based dimensions are half the listed size.  |  |   |  |   |  |   |  |   |  |  This template supports full-color images. The image provider automatically masks the image to a circle. Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Supporting Multiple Watch Sizes.

## Topics

### Creating the Template

- [init(gaugeProvider:bottomImageProvider:centerTextProvider:)](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeimage/init(gaugeprovider:bottomimageprovider:centertextprovider:).md)

### Setting the Complication Data

- [bottomImageProvider](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeimage/bottomimageprovider.md)
- [centerTextProvider](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeimage/centertextprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeimage/gaugeprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicExtraLargeCircular](clockkit/clkcomplicationtemplategraphicextralargecircular.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Open and closed gauges

- [CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugesimpletext.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeRangeText](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugerangetext.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeImage](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeimage.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeText](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugetext.md)
