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 オーダーで含む 1 次元配列を 0 から 255 までの整数で保持します。


height : int

ImageData オブジェクト内のデータの実際の高さ寸法を、デバイスピクセル単位で保持します。


width : int

ImageData オブジェクト内のデータの実際の幅寸法を、デバイスピクセル単位で保持する。


© 2025 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.