Parameters
- data: {
a_image?: HTMLCanvasElement;
b_image?: HTMLCanvasElement;
g_image?: HTMLCanvasElement;
height: number;
r_image?: HTMLCanvasElement;
width: number;
}Optionala_image?: HTMLCanvasElement
Optionalb_image?: HTMLCanvasElement
Optionalg_image?: HTMLCanvasElement
height: number
Optionalr_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.