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

# CLKComplicationTemplateGraphicCircularOpenGaugeImage

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

```
class CLKComplicationTemplateGraphicCircularOpenGaugeImage
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicCircular`](/documentation/ClockKit/CLKComplicationFamily/graphicCircular) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphiccircularopengaugeimage#3030686) shows the layout of the image and where the template might appear on the clock face.

![Diagram showing the layout of text with an open gauge and an image.](images/com.apple.clockkit/media-3030686@2x.png)

The following table lists the dimensions of the image you use in this template. All dimensions are in pixels. All images must be specified as @2x images for display on Apple Watch, so the point-based dimensions are half the listed size.

|Apple Watch Size|Width    |Height   |
|----------------|---------|---------|
|40 mm           |22 pixels|22 pixels|
|41 mm           |23 pixels|23 pixels|
|44 mm           |24 pixels|24 pixels|
|45 mm           |26 pixels|26 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

[`init(gaugeProvider:bottomImageProvider:centerTextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeImage/init(gaugeProvider:bottomImageProvider:centerTextProvider:))

Creates a new template that has an open circular gauge, a small image at the bottom, and a small amount of text in the center.

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

Returns a new template that has an open circular gauge, a small image at the bottom, and a small amount of text in the center.

### Setting the Complication Data

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

The image to display at the bottom of the gauge.

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

The text to display in the center of the gauge.

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

The gauge to display in the complication.



---

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)