---
title: imageColorSpace()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qcpluginoutputimageprovider/imagecolorspace()
---

# imageColorSpace()

Returns the color space of the image or NULL if the image should not be color matched.

## Declaration

```swift
func imageColorSpace() -> Unmanaged<CGColorSpace>!
```

## Return Value

Return Value The color space of the image or NULL.

## See Also

### Providing Information About the Image

- [imageBounds()](quartz/qcpluginoutputimageprovider/imagebounds().md)
- [shouldColorMatch()](quartz/qcpluginoutputimageprovider/shouldcolormatch().md)
