Applying channel operations
Extract, flatten, permute, and overwrite the individual color channels of a pixel buffer.
Topics
Extracting Channels
Flattening Channels
flatten(channelOrdering:backgroundColor:isPremultiplied:destination:)flatten(channelOrdering:backgroundColor:isPremultiplied:destination:)vImage.ChannelOrdering
Permuting Channels
permuteChannels(to:destination:)permuteChannels(to:destination:)permuteChannels(to:destination:)permuteChannels(to:destination:)permuteChannels(to:destination:)
Overwriting Channels
overwriteChannels(withScalar:)overwriteChannels(withScalar:)overwriteChannels(withScalar:)overwriteChannels(_:withScalar:destination:)overwriteChannels(_:withScalar:destination:)overwriteChannels(_:withPixel:destination:)overwriteChannels(_:withPixel:destination:)overwriteChannels(_:withPixel:destination:)overwriteChannels(_:withPlanarBuffer:destination:)overwriteChannels(_:withPlanarBuffer:destination:)overwriteChannels(_:withInterleavedBuffer:destination:)overwriteChannels(_:withInterleavedBuffer:destination:)
See Also
Pixel buffer operations
Applying geometric operations to pixel buffersApplying color transforms to pixel buffersBlending and compositing pixel buffersConvolving and applying morphologyThresholding and clipping pixel buffer valuesCalculating and transforming histogramsConverting pixel buffersInterleaving and deinterleaving pixel buffersCropping and working with regions of interestApplying arithmetic operations