<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateUtilitarianSmallRingImage/init(imageProvider:fillFraction:ringStyle:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateUtilitarianSmallRingImage(im)initWithImageProvider:fillFraction:ringStyle:"
  },
  "title" : "init(imageProvider:fillFraction:ringStyle:)"
}
-->

# init(imageProvider:fillFraction:ringStyle:)

Creates a new template from the provided image, fill fraction, and ring style.

```
init(imageProvider: CLKImageProvider, fillFraction: Float, ringStyle: CLKComplicationRingStyle)
```

## Parameters

`imageProvider`

The image provider for the main image. The system renders the image as a tinted template image, a bitmap image where only the opacity of the image matters. For more information, see <doc://com.apple.documentation/documentation/UIKit/providing-images-for-different-appearances>.

`fillFraction`

A value between `0.0` and `1.0` that indicates how much of the ring fills.

`ringStyle`

The ring’s style. For a complete list of styles, see [`CLKComplicationRingStyle`](/documentation/ClockKit/CLKComplicationRingStyle).

---

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)