---
title: CLKComplicationTemplateGraphicRectangularFullImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicrectangularfullimage
---

# CLKComplicationTemplateGraphicRectangularFullImage

A template for displaying a full-color image that fills the complication.

## Declaration

```swift
class CLKComplicationTemplateGraphicRectangularFullImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicRectangular family.

The table below lists the dimensions of the image you use in this template. Use images with a scale of 2.0 for display on Apple Watch so the point-based dimensions are half the listed size.  |  |   |  |   |  |   |  |   |  |  This template supports full-color images. Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Manage Assets.

## Topics

### Creating the Template

- [init(imageProvider:)](clockkit/clkcomplicationtemplategraphicrectangularfullimage/init(imageprovider:).md)

### Setting the Complication Data

- [imageProvider](clockkit/clkcomplicationtemplategraphicrectangularfullimage/imageprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Large Images and Views

- [CLKComplicationTemplateGraphicRectangularLargeImage](clockkit/clkcomplicationtemplategraphicrectangularlargeimage.md)
- [CLKComplicationTemplateGraphicRectangularLargeView](clockkit/clkcomplicationtemplategraphicrectangularlargeview.md)
- [CLKComplicationTemplateGraphicRectangularFullView](clockkit/clkcomplicationtemplategraphicrectangularfullview.md)
