---
title: bufferColorSpace()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qcplugininputimagesource/buffercolorspace()
---

# bufferColorSpace()

Returns the color space of the image buffer representation.

## Declaration

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

## Return Value

Return Value The color space of the image buffer.

## See Also

### Getting Image Buffer Information

- [imageBounds()](quartz/qcplugininputimagesource/imagebounds().md)
- [bufferPixelsWide()](quartz/qcplugininputimagesource/bufferpixelswide().md)
- [bufferPixelsHigh()](quartz/qcplugininputimagesource/bufferpixelshigh().md)
- [bufferPixelFormat()](quartz/qcplugininputimagesource/bufferpixelformat().md)
- [bufferBaseAddress()](quartz/qcplugininputimagesource/bufferbaseaddress().md)
- [bufferBytesPerRow()](quartz/qcplugininputimagesource/bufferbytesperrow().md)
