Home
last modified time | relevance | path

Searched refs:canvasImg (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js9156 this.fromImageData = function(canvasImg) { argument
9157 this.width = canvasImg.width;
9158 this.height = canvasImg.height;
9159 this.imageData = canvasImg;