loadImageSeparateAlpha

Loads two different images: - the 1st is the RGB channels - the 2nd is interpreted as greyscale and fetch in the alpha channel of the result.

Image!RGBA
loadImageSeparateAlpha
(
in void[] imageDataRGB
,
in void[] imageDataAlpha
)

Meta