Canvas Imagedata Data
π
2026-06-14 | π HTML
# HTML Canvas ImageData.data Property
The `ImageData.data` property returns a one-dimensional array containing the image data in the RGBA order, with integer values between `0` and `255` (inclusive).
This property is part of the `ImageData` object, which represents the underlying pixel data of an area of a `