CanvasImageData
Contains image pixel data in RGBA order More...
Properties
Detailed Description
The CanvasImageData object holds the image pixel data.
The CanvasImageData object has the actual dimensions of the data stored in this object and holds the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.
See also width, height, data, Context2D::createImageData(), Context2D::getImageData(), and Context2D::putImageData().
Property Documentation
Holds the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.
Holds the actual height dimension of the data in the ImageData object, in device pixels.