Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1274 return $this->toRGB($hsl);
1283 return $this->toRGB($hsl);
1292 return $this->toRGB($hsl);
1301 return $this->toRGB($hsl);
1313 return $this->toRGB($hsl);
1559 protected function toRGB($color) function in lessc
1618 return $this->toRGB($hsl);
/plugin/processing/
Dscript.js4595 var rgb = p.color.toRGB(aValue1, aValue2, aValue3);
4703 p.color.toRGB = function(h, s, b) { function