init(fullColorImage:tintedImageProvider:)
Creates an image provider that produces full-color and tinted images.
Declaration
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.
Discussion
For information about the image sizes and masks used by the different complication families, see Complication Images.