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

# init(fullColorImage:)

Creates an image provider with the specified full-color image.

```
convenience init(fullColorImage image: UIImage)
```

## Parameters

`image`

The image to display.

## Return Value

A full-color image provider.

## Discussion

For information about the image sizes and masks, see [Apple Watch Human Interface Guidelines](https://developer.apple.com/watch/human-interface-guidelines/).

---

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)