titanscssc::lib_blue PHP 메소드

lib_blue() 보호된 메소드

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