ImageData$Typings extension

on

Properties

colorSpace PredefinedColorSpace

Available on ImageData, provided by the ImageData$Typings extension

MDN Reference
no setter
data Uint8ClampedList

Available on ImageData, provided by the ImageData$Typings extension

Returns the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.
no setter
height num

Available on ImageData, provided by the ImageData$Typings extension

Returns the actual dimensions of the data in the ImageData object, in pixels.
no setter
width num

Available on ImageData, provided by the ImageData$Typings extension

Returns the actual dimensions of the data in the ImageData object, in pixels.
no setter