Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js4775 p.brightness = function(colInt){ argument
4776 return p.color.toHSB(colInt)[2];
4779 p.saturation = function(colInt){ argument
4780 return p.color.toHSB(colInt)[1];
4783 p.hue = function(colInt){ argument
4784 return p.color.toHSB(colInt)[0];