参考 loadPixels()

loadPixels()

将画布上每个像素的当前值加载到 pixels数组。

在读取或写入 pixels 之前,必须调用 loadPixels()

示例

This page is generated from the comments in src/image/pixels.js . Please feel free to edit it and submit a pull request!

相关参考