IImageData Properties |
The IImageData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Is a Uint8ClampedArray representing a one-dimensional array containing the data in the RGBA order,
with integer values between 0 and 255 (included).
|
![]() | Height |
Is an unsigned long representing the actual height, in pixels, of the ImageData.
|
![]() | Width |
Is an unsigned long representing the actual width, in pixels, of the ImageData.
|