Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js8999 var PImage = function PImage(aWidth, aHeight, aFormat) { function
9067 if (mask instanceof PImage) {
9196 p.PImage = PImage;
9199 return new PImage(w,h,mode);
9210 return new PImage(curSketch.imageCache.images[file]);
9214 var pimg = new PImage(0, 0, PConstants.ARGB);
9243 var c = new PImage(p.width, p.height, PConstants.RGB);
9282 var c = new PImage(w, h, PConstants.RGB);
9294 var c = new PImage(w, h, PConstants.RGB);
9415 } else if (obj instanceof PImage) {
[all …]