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

# CLKFullColorImageProvider

A full-color image displayed by a complication.

```
class CLKFullColorImageProvider
```

## Overview

All graphic complications support full-color images; however, some watch faces display these images as tinted images. Tinted images are black and white images with a highlight color that matches the watch face. If you don’t provide a tinted image provider, ClockKit automatically desaturates the full-color image to create the tinted image.

The template also often masks these image to produce circular images or rounded rectangles.

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

## Topics

### Creating an Image Provider

[`+  providerWithFullColorImage:`](/documentation/ClockKit/CLKFullColorImageProvider/init(fullColorImage:))

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

[`-  initWithFullColorImage:`](/documentation/ClockKit/CLKFullColorImageProvider/initWithFullColorImage:)

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

[`+  providerWithFullColorImage:tintedImageProvider:`](/documentation/ClockKit/CLKFullColorImageProvider/init(fullColorImage:tintedImageProvider:))

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

[`-  initWithFullColorImage:tintedImageProvider:`](/documentation/ClockKit/CLKFullColorImageProvider/initWithFullColorImage:tintedImageProvider:)

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

### Getting the Image Data

[`image`](/documentation/ClockKit/CLKFullColorImageProvider/image)

The full-color image to display.

[`tintedImageProvider`](/documentation/ClockKit/CLKFullColorImageProvider/tintedImageProvider)

An image provider that produces alternative images for tinted graphic complications.

### Setting the Accessibility Label

[`accessibilityLabel`](/documentation/ClockKit/CLKFullColorImageProvider/accessibilityLabel)

A succinct label that identifies the purpose of the image.

### Creating Empty Image Providers

[`-  init`](/documentation/ClockKit/CLKFullColorImageProvider/init())

Creates an empty full color image provider.

[`+  new`](/documentation/ClockKit/CLKFullColorImageProvider/new())

Creates an empty full color image provider.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

---

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)