CanvasImageData QML Type
画像のピクセルデータをRGBAオーダーで保持します。詳細...
| Import Statement: | import QtQuick |
プロパティ
詳細説明
CanvasImageDataオブジェクトは画像のピクセルデータを保持します。
CanvasImageDataオブジェクトは、このオブジェクトに格納されているデータの実際の寸法を持ち、データをRGBA順に0から255の範囲の整数として含む1次元配列を保持します。
width,height,data,Context2D::createImageData(),Context2D::getImageData(),Context2D::putImageData()も参照してください 。
プロパティのドキュメント
data : object
データを RGBA 順に、0 から 255 までの範囲の整数として格納した一次元配列を保持する。
height : int
ImageDataオブジェクト内のデータの実際の高さ寸法を、デバイスピクセル単位で保持する。
width : int
ImageDataオブジェクト内のデータの実際の幅寸法を、デバイスピクセル単位で保持する。
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.