<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vImageBufferFill_CbCr16S(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@vImageBufferFill_CbCr16S"
  },
  "title" : "vImageBufferFill_CbCr16S(_:_:_:)"
}
-->

# vImageBufferFill_CbCr16S(_:_:_:)

```
func vImageBufferFill_CbCr16S(_ dest: UnsafePointer<vImage_Buffer>, _ color: UnsafePointer<Int16>, _ flags: vImage_Flags) -> vImage_Error
```

## Parameters

`dest`

A pointer to a valid and initialized vImage_Buffer struct, that points to a buffer containing destination pixels.

`color`

A pixel value to fill the destination buffer.

`flags`

\p kvImageNoFlags          Default operation
\p kvImageDoNotTile        Disable internal multithreading.

## Return Value

kvImageNoError                     Success

## Discussion

\abstract Fill the dest buffer with the pixel value.

---

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)