Searched refs:toRGB (Results 1 – 2 of 2) sorted by relevance
1274 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 lessc1618 return $this->toRGB($hsl);
4595 var rgb = p.color.toRGB(aValue1, aValue2, aValue3);4703 p.color.toRGB = function(h, s, b) { function