Leafo\ScssPhp\Compiler::libDesaturate PHP Méthode

libDesaturate() protected méthode

protected libDesaturate ( $args )
    protected function libDesaturate($args)
    {
        $color = $this->assertColor($args[0]);
        $amount = 100 * $this->coercePercent($args[1]);
        return $this->adjustHsl($color, 2, -$amount);
    }
Compiler