vImageBufferFill_CbCr16S(_:_:_:)
Declaration
func vImageBufferFill_CbCr16S(_ dest: UnsafePointer<vImage_Buffer>, _ color: UnsafePointer<Int16>, _ flags: vImage_Flags) -> vImage_ErrorParameters
- 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
Fill the dest buffer with the pixel value.