Contents

CLKFullColorImageProvider

A full-color image displayed by a complication.

Declaration

class CLKFullColorImageProvider

Mentioned in

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.

Topics

Creating an Image Provider

Getting the Image Data

Setting the Accessibility Label

Creating Empty Image Providers

See Also

Image providers