Leafo\ScssPhp\Compiler::libAdjustHue PHP Method

libAdjustHue() protected method

protected libAdjustHue ( $args )
    protected function libAdjustHue($args)
    {
        $color = $this->assertColor($args[0]);
        $degrees = $this->assertNumber($args[1]);
        return $this->adjustHsl($color, 1, $degrees);
    }
Compiler