Constructs a new image data container.
Optional
width: numberThe width of the image.
Optional
height: numberThe height of the image.
Optional
data: Uint8ClampedArrayThe image data.
The RGBA image data.
The height of the image.
The width of the image.
Static
fromCreates a new image data container.
An image or plain image data.
The image data.
A container for raw RGBA image data.
Implements