titanscssc::lib_adjust_hue PHP Method

lib_adjust_hue() protected method

protected lib_adjust_hue ( $args )
    protected function lib_adjust_hue($args)
    {
        $color = $this->assertColor($args[0]);
        $degrees = $this->assertNumber($args[1]);
        return $this->adjustHsl($color, 1, $degrees);
    }
titanscssc