apply(sources:destinations:interpolation:)
Transforms an array of planar pixel buffers using the multidimensional lookup table.
Declaration
func apply(sources: [vImage.PixelBuffer<vImage.PlanarF>], destinations: [vImage.PixelBuffer<vImage.PlanarF>], interpolation: vImage.MultidimensionalLookupTable.InterpolationMethod)Parameters
- sources:
An array that contains Sourcechannelcount Planarf buffers.
- destinations:
An array that contains Destinationchannelcount Planarf buffers.
- interpolation:
An enumeration that specifies how the operation computes output color values that don’t have an explicit entry in the table.