<!--
{
  "availability" : [
    "watchOS: 6.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKFullColorImageProvider/init(fullColorImage:tintedImageProvider:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKFullColorImageProvider(cm)providerWithFullColorImage:tintedImageProvider:"
  },
  "title" : "init(fullColorImage:tintedImageProvider:)"
}
-->

# init(fullColorImage:tintedImageProvider:)

Creates an image provider that produces full-color and tinted images.

```
convenience init(fullColorImage image: UIImage, tintedImageProvider: CLKImageProvider?)
```

## Parameters

`image`

The image to display for full-color complications.

`tintedImageProvider`

An image provider that produces images for tinted complications.

## Return Value

An image provider that produces full-color and tinted images. For more information about tinted images, see [`tintedImageProvider`](/documentation/ClockKit/CLKFullColorImageProvider/tintedImageProvider).

## Discussion

For information about the image sizes and masks used by the different complication families, see [Complication Images](https://developer.apple.com/design/human-interface-guidelines/watchos/icons-and-images/complication-images/).

---

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)