Functions that add an alpha channel to three-channel buffers
Add a constant alpha value or planar alpha buffer to an RGB image.
Topics
Conversion from 8-bit-per-channel, 3-channel interleaved buffers
vImageConvert_RGB888toARGB8888(_:_:_:_:_:_:)vImageConvert_RGB888toBGRA8888(_:_:_:_:_:_:)vImageConvert_RGB888toRGBA8888(_:_:_:_:_:_:)
Conversion from unsigned 16-bit-per-channel, 3-channel interleaved buffers
vImageConvert_RGB16UToARGB8888(_:_:_:_:_:_:)vImageConvert_RGB16UtoARGB16U(_:_:_:_:_:_:)vImageConvert_RGB16UtoBGRA16U(_:_:_:_:_:_:)vImageConvert_RGB16UtoRGBA16U(_:_:_:_:_:_:)
Conversion from RGB565 16-bit-per-channel, 3-channel interleaved buffers
vImageConvert_RGB565toARGB8888(_:_:_:_:)vImageConvert_RGB565toBGRA8888(_:_:_:_:)vImageConvert_RGB565toRGBA8888(_:_:_:_:)vImageConvert_RGB565toARGB1555(_:_:_:_:)vImageConvert_RGB565toRGBA5551(_:_:_:_:)