titanscssc::lib_hue PHP Method

lib_hue() protected method

protected lib_hue ( $args )
    protected function lib_hue($args)
    {
        $color = $this->assertColor($args[0]);
        $hsl = $this->toHSL($color[1], $color[2], $color[3]);
        return array("number", $hsl[1], "deg");
    }
titanscssc