titanscssc::lib_red PHP 메소드

lib_red() 보호된 메소드

protected lib_red ( $args )
    protected function lib_red($args)
    {
        $color = $this->coerceColor($args[0]);
        return $color[1];
    }
titanscssc