Parameters
- data: {
a_image?: HTMLCanvasElement;
b_image?: HTMLCanvasElement;
g_image?: HTMLCanvasElement;
height: number;
r_image?: HTMLCanvasElement;
width: number;
}Optional
a_image?: HTMLCanvasElement
Optional
b_image?: HTMLCanvasElement
Optional
g_image?: HTMLCanvasElement
height: number
Optional
r_image?: HTMLCanvasElement
width: number
Returns HTMLCanvasElement
A new Canvas containing the combined RGBA image
Combines multiple single-channel images into a single RGBA image. Each input image contributes to one color channel of the output.