1 Star 0 Fork 5.1K

youguilin / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
imagedata.md 4.01 KB
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-06-02 01:00 . update OpenHarmony 2.0 Canary

ImageData

ImageData stores pixel data rendered on a canvas.

Attribute

Attribute

Type

Description

width

number

Actual width of the rectangle on the canvas, in pixels.

height

number

Actual height of the rectangle on the canvas, in pixels.

data

<Uint8ClampedArray>

A one-dimensional array of color values. The values range from 0 to 255.

1
https://gitee.com/yougl/docs.git
git@gitee.com:yougl/docs.git
yougl
docs
docs
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891