<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage/init(gaugeProvider:bottomImageProvider:centerTextProvider:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage(im)initWithGaugeProvider:bottomImageProvider:centerTextProvider:"
  },
  "title" : "init(gaugeProvider:bottomImageProvider:centerTextProvider:)"
}
-->

# init(gaugeProvider:bottomImageProvider:centerTextProvider:)

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

```
init(gaugeProvider: CLKGaugeProvider, bottomImageProvider: CLKFullColorImageProvider, centerTextProvider: CLKTextProvider)
```

## Parameters

`gaugeProvider`

The gauge provider for the template.

`bottomImageProvider`

The image provider for the image at the bottom of the template. This template uses a full-color image.

`centerTextProvider`

The text provider for the center text. The template supports multicolored text from this text provider.

---

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)