Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1543 protected function toRGB_helper($comp, $temp1, $temp2) function in lessc
1576 $r = $this->toRGB_helper($H + 1 / 3, $temp1, $temp2);
1577 $g = $this->toRGB_helper($H, $temp1, $temp2);
1578 $b = $this->toRGB_helper($H - 1 / 3, $temp1, $temp2);