titanscssc::lib_hsl PHP Method

lib_hsl() protected method

protected lib_hsl ( $args )
    protected function lib_hsl($args)
    {
        list($h, $s, $l) = $args;
        return $this->toRGB($h[1], $s[1], $l[1]);
    }
titanscssc