Members
(readonly) data :Uint8ClampedArray
Is a Uint8ClampedArray representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (inclusive).
Type:
- Uint8ClampedArray
(readonly) height :Number
Is an unsigned long representing the actual height, in pixels, of the ImageData.
Type:
- Number
(readonly) width :Number
Is an unsigned long representing the actual width, in pixels, of the ImageData.
Type:
- Number