---
title: "init(fullColorImage:tintedImageProvider:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkfullcolorimageprovider/init(fullcolorimage:tintedimageprovider:)"
---

# init(fullColorImage:tintedImageProvider:)

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

## Declaration

```swift
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

Return Value An image provider that produces full-color and tinted images. For more information about tinted images, see tintedImageProvider.

## Discussion

Discussion For information about the image sizes and masks used by the different complication families, see Complication Images.

## See Also

### Creating an Image Provider

- [init(fullColorImage:)](clockkit/clkfullcolorimageprovider/init(fullcolorimage:).md)
