Readonly
dataRepresents a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (inclusive).
Readonly
heightAn unsigned long
representing the actual height, in pixels.
Readonly
widthAn unsigned long
representing the actual width, in pixels.
Generated using TypeDoc
The
ImageData
interface represents the underlying pixel data of an area of a Canvas. It is created using Canvas.createImageData method.