QtQuick2::CanvasImageDataDetailed DescriptionThe QtQuick2::CanvasImageData object holds the image pixel data. The QtQuick2::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 QtQuick2::CanvasImageData::width, QtQuick2::CanvasImageData::height, QtQuick2::CanvasImageData::data, QtQuick2::Context2D::createImageData, QtQuick2::Context2D::getImageData, and QtQuick2::Context2D::putImageData. |