CanvasImageData QML Type
RGBA 순서로 이미지 픽셀 데이터를 포함합니다. 더 보기...
Import Statement: | import QtQuick |
속성
상세 설명
캔버스 이미지 데이터 객체는 이미지 픽셀 데이터를 저장합니다.
캔버스 이미지 데이터 객체는 이 객체에 저장된 데이터의 실제 치수를 가지며, 데이터를 포함하는 1차원 배열을 0에서 255 범위의 정수로 RGBA 순서로 보유합니다.
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.