---
title: "convert(to:)"
framework: accelerate
role: symbol
role_heading: Instance Method
path: "accelerate/vimage/pixelbuffer/convert(to:)-8bqjc"
---

# convert(to:)

Converts the contents of a 32-bit, three-plane pixel buffer to a three-channel interleaved pixel buffer.

## Declaration

```swift
func convert(to destination: vImage.PixelBuffer<vImage.InterleavedFx3>)
```

## Parameters

- `destination`: The destination pixel buffer.

## See Also

### Converting from 32-bit multiple plane to 32-bit interleaved

- [convert(to:)](accelerate/vimage/pixelbuffer/convert(to:)-26s6v.md)
