Function: addAlphaChannel()
addAlphaChannel(
rgbImage):RasterArray
Defined in: packages/deck.gl-geotiff/src/geotiff/geotiff.ts:13
Add an alpha channel to an RGB image array.
Only supports input arrays with 3 (RGB) or 4 (RGBA) channels. If the input is already RGBA, it is returned unchanged.