Functions that remove an alpha channel from four-channel buffers
Remove the alpha channel from an RGBA or ARGB buffer.
Topics
Conversion from 8-bit-per-channel, 4-channel interleaved buffers
vImageConvert_ARGB8888toRGB888(_:_:_:)vImageConvert_RGBA8888toRGB888(_:_:_:)vImageConvert_BGRA8888toRGB888(_:_:_:)vImageConvert_ARGB8888toRGB565(_:_:_:)vImageConvert_ARGB8888toRGB565_dithered(_:_:_:_:_:)vImageConvert_BGRA8888toRGB565(_:_:_:)vImageConvert_BGRA8888toRGB565_dithered(_:_:_:_:_:)vImageConvert_RGBA8888toRGB565_dithered(_:_:_:_:_:)vImageConvert_RGBA8888toRGB565(_:_:_:)vImageConvert_ARGB8888ToRGB16U(_:_:_:_:_:_:)
Conversion from unsigned 16-bit-per-channel, 4-channel interleaved buffers
vImageConvert_ARGB16UtoRGB16U(_:_:_:)vImageConvert_BGRA16UtoRGB16U(_:_:_:)vImageConvert_RGBA16UtoRGB16U(_:_:_:)