Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js253 BLUE_MASK: 0x000000ff, property in PConstants
4397 p.mix(c1 & PConstants.BLUE_MASK, c2 & PConstants.BLUE_MASK, f));
4404 …Math.min((c1 & PConstants.BLUE_MASK) + (((c2 & PConstants.BLUE_MASK) * f) >> 8), PConstants.BLUE_M…
4411 … Math.max((c1 & PConstants.BLUE_MASK) - (((c2 & PConstants.BLUE_MASK) * f) >> 8), 0));
4418 Math.max(c1 & PConstants.BLUE_MASK, ((c2 & PConstants.BLUE_MASK) * f) >> 8));
4425 …p.mix(c1 & PConstants.BLUE_MASK, Math.min(c1 & PConstants.BLUE_MASK, ((c2 & PConstants.BLUE_MASK) …
4431 var ab = (c1 & PConstants.BLUE_MASK);
4434 var bb = (c2 & PConstants.BLUE_MASK);
4449 var ab = (c1 & PConstants.BLUE_MASK);
4452 var bb = (c2 & PConstants.BLUE_MASK);
[all …]