<!--
{
  "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/init(lumaSource:chromaSource:conversionInfo:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate6vImageO11PixelBufferVAaC14Interleaved8x4VRszrlE10lumaSource06chromaG014conversionInfoAEy_AGGAEy_AC7Planar8VG_AEy_AC14Interleaved8x2VGSo01vB13_YpCbCrToARGBVtcfc"
  },
  "title" : "init(lumaSource:chromaSource:conversionInfo:)"
}
-->

# init(lumaSource:chromaSource:conversionInfo:)

Creates a 4-channel, 8-bit-per-channel interleaved buffer from a planar Yp buffer and a two-channel interleaved CbCr buffer.

```
init(lumaSource: vImage.PixelBuffer<vImage.Planar8>, chromaSource: vImage.PixelBuffer<vImage.Interleaved8x2>, conversionInfo: vImage_YpCbCrToARGB)
```

## Parameters

`lumaSource`

The source buffer that contains the luminance data.

`chromaSource`

The source buffer that contains the chrominance data.

`conversionInfo`

An opaque representation of a 3x3 converson matrix for converting Y’CbCr signals to RGB.

---

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)