Leafo\ScssPhp\Compiler::libHue PHP Method

libHue() protected method

protected libHue ( $args )
    protected function libHue($args)
    {
        $color = $this->assertColor($args[0]);
        $hsl = $this->toHSL($color[1], $color[2], $color[3]);
        return new Node\Number($hsl[1], 'deg');
    }
Compiler