Leafo\ScssPhp\Compiler::libHsl PHP Method

libHsl() protected method

protected libHsl ( $args )
    protected function libHsl($args)
    {
        list($h, $s, $l) = $args;
        return $this->toRGB($h[1], $s[1], $l[1]);
    }
Compiler