Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js2995 this.fillColor = opacityMask | this.parseRGB(fillText);
3026 this.strokeColor = opacityMask | this.parseRGB(strokeText);
3072 parseRGB: function(color) { method in PShapeSVG