---
title: CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeimage
---

# CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeImage

A template for displaying an extra-large, full-color circular image inside a closed circular gauge.

## Declaration

```swift
class CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeImage
```

## 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:imageProvider:)](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeimage/init(gaugeprovider:imageprovider:).md)

### Setting the Complication Data

- [gaugeProvider](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeimage/gaugeprovider.md)
- [imageProvider](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeimage/imageprovider.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

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