---
title: shouldColorMatch()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qcpluginoutputimageprovider/shouldcolormatch()
---

# shouldColorMatch()

Returns whether the image should be color matched.

## Declaration

```swift
optional func shouldColorMatch() -> Bool
```

## Return Value

Return Value false if the image is a mask or gradient; otherwise true, which is the default.

## See Also

### Providing Information About the Image

- [imageBounds()](quartz/qcpluginoutputimageprovider/imagebounds().md)
- [imageColorSpace()](quartz/qcpluginoutputimageprovider/imagecolorspace().md)
