titanscssc::lib_hue PHP 메소드

lib_hue() 보호된 메소드

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