---
title: "sourceBuffers(colorSpace:)"
framework: accelerate
role: symbol
role_heading: Instance Method
path: "accelerate/vimageconverter/sourcebuffers(colorspace:)"
---

# sourceBuffers(colorSpace:)

Returns a list of vImage source buffer types, specifying the order of planes.

## Declaration

```swift
func sourceBuffers(colorSpace: CGColorSpace) -> [vImage.BufferType?]
```

## See Also

### Related Documentation

- [vImageConverter_GetSourceBufferOrder(_:)](accelerate/vimageconverter_getsourcebufferorder(_:).md)

### Instance Methods

- [convert(source:destination:flags:)](accelerate/vimageconverter/convert(source:destination:flags:).md)
- [mustOperateOutOfPlace(source:destination:flags:)](accelerate/vimageconverter/mustoperateoutofplace(source:destination:flags:).md)
- [destinationBuffers(colorSpace:)](accelerate/vimageconverter/destinationbuffers(colorspace:).md)
- [convert(from:to:)](accelerate/vimageconverter/convert(from:to:)-9s7p7.md)
- [convert(from:to:)](accelerate/vimageconverter/convert(from:to:)-587gc.md)
- [makeCGToCVPixelBuffers(referencing:)](accelerate/vimageconverter/makecgtocvpixelbuffers(referencing:).md)
- [makeCVToCGPixelBuffers(referencing:)](accelerate/vimageconverter/makecvtocgpixelbuffers(referencing:).md)
