ImageData$Typings extension
- on
Properties
- colorSpace → PredefinedColorSpace
-
MDN Reference
no setter
- data → Uint8ClampedList
-
Returns the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.
no setter
- height → num
-
Returns the actual dimensions of the data in the ImageData object, in pixels.
no setter
- width → num
-
Returns the actual dimensions of the data in the ImageData object, in pixels.
no setter