Beans_Lessc::lib_saturation PHP Method

lib_saturation() protected method

protected lib_saturation ( $color )
    protected function lib_saturation($color)
    {
        $hsl = $this->toHSL($this->assertColor($color));
        return round($hsl[2]);
    }