<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vImage/PixelBuffer/convert(to:)-26s6v",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate6vImageO11PixelBufferVAaC9PlanarFx4VRszrlE7convert2toyAEy_AC011InterleavedF0VG_tF"
  },
  "title" : "convert(to:)"
}
-->

# convert(to:)

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

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

## Parameters

`destination`

The destination pixel buffer.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)