<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage"
  },
  "title" : "CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage"
}
-->

# CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage

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

```
class CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicExtraLarge`](/documentation/ClockKit/CLKComplicationFamily/graphicExtraLarge) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeimage#3667237) shows the layout of the complication and where it appears on the clock face.

![A diagram showing the layout of the complication that calls out the content produced by the gauge, text, and image providers.](images/com.apple.clockkit/media-3667237@2x.png)

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.

|Apple Watch Size|Width    |Height   |
|----------------|---------|---------|
|40 mm           |62 pixels|62 pixels|
|41 mm           |66 pixels|66 pixels|
|44 mm           |66 pixels|66 pixels|
|45 mm           |74 pixels|74 pixels|

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

[`-  initWithGaugeProvider:bottomImageProvider:centerTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage/init(gaugeProvider:bottomImageProvider:centerTextProvider:))

Creates a new template with an open circular gauge, an image at the bottom, and text in the center.

[`+  templateWithGaugeProvider:bottomImageProvider:centerTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage/templateWithGaugeProvider:bottomImageProvider:centerTextProvider:)

Returns a new template with an open circular gauge, an image at the bottom, and text in the center.

### Setting the Complication Data

[`bottomImageProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage/bottomImageProvider)

The image to display at the bottom of the gauge.

[`centerTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage/centerTextProvider)

The text to display in the center of the gauge.

[`gaugeProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage/gaugeProvider)

The gauge to display in the complication.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

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

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

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

[`NSCopying`](/documentation/Foundation/NSCopying)

### Inherits From

[`CLKComplicationTemplateGraphicExtraLargeCircular`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircular)

---

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)