interface ImageColorCanvas {
    buffer?: Uint8ClampedArray;
    canvas: HTMLCanvasElement;
    isLoaded: boolean;
}

Hierarchy (view full)

Properties

buffer?: Uint8ClampedArray
canvas: HTMLCanvasElement
isLoaded: boolean