Constructs a new image data container.
Optionalwidth: numberThe width of the image.
Optionalheight: numberThe height of the image.
Optionaldata: Uint8ClampedArrayThe image data.
The RGBA image data.
The height of the image.
The width of the image.
StaticfromCreates a new image data container.
An image or plain image data.
The image data.
A container for raw RGBA image data.
Implements