---
title: "init(gaugeProvider:bottomTextProvider:centerTextProvider:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext/init(gaugeprovider:bottomtextprovider:centertextprovider:)"
---

# init(gaugeProvider:bottomTextProvider:centerTextProvider:)

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

## Declaration

```swift
init(gaugeProvider: CLKGaugeProvider, bottomTextProvider: CLKTextProvider, centerTextProvider: CLKTextProvider)
```

## Parameters

- `gaugeProvider`: The gauge provider for the template.
- `bottomTextProvider`: The text provider for the bottom text. The template supports multicolored text from this text provider.
- `centerTextProvider`: The text provider for the central text. The template supports multicolored text from this text provider.
