C# Class Edokan.KaiZen.Colors.ColorsExtension

ファイルを表示 Open project: edokan/Edokan.KaiZen.Colors

Public Properties

Property Type Description
DefaultTheme ColorWrap>.Dictionary

Public Methods

Method Description
Black ( this s ) : string
Blue ( this s ) : string
Bold ( this s ) : string
Color ( this str, string color ) : string
Cyan ( this s ) : string
Green ( this s ) : string
Grey ( this s ) : string
Inverse ( this s ) : string
Italic ( this s ) : string
Magenta ( this s ) : string
On ( this s ) : string
Rainbow ( this s ) : string
Red ( this s ) : string
Reset ( this s ) : string
RunSequencer ( string s, Func sequencer ) : string
Underline ( this s ) : string
White ( this s ) : string
Yellow ( this s ) : string
Zebra ( this s ) : string

Private Methods

Method Description
Wrap ( char c, string color ) : string
Wrap ( string str, string color ) : string

Method Details

Black() public static method

public static Black ( this s ) : string
s this
return string

Blue() public static method

public static Blue ( this s ) : string
s this
return string

Bold() public static method

public static Bold ( this s ) : string
s this
return string

Color() public static method

public static Color ( this str, string color ) : string
str this
color string
return string

Cyan() public static method

public static Cyan ( this s ) : string
s this
return string

Green() public static method

public static Green ( this s ) : string
s this
return string

Grey() public static method

public static Grey ( this s ) : string
s this
return string

Inverse() public static method

public static Inverse ( this s ) : string
s this
return string

Italic() public static method

public static Italic ( this s ) : string
s this
return string

Magenta() public static method

public static Magenta ( this s ) : string
s this
return string

On() public static method

public static On ( this s ) : string
s this
return string

Rainbow() public static method

public static Rainbow ( this s ) : string
s this
return string

Red() public static method

public static Red ( this s ) : string
s this
return string

Reset() public static method

public static Reset ( this s ) : string
s this
return string

RunSequencer() public static method

public static RunSequencer ( string s, Func sequencer ) : string
s string
sequencer Func
return string

Underline() public static method

public static Underline ( this s ) : string
s this
return string

White() public static method

public static White ( this s ) : string
s this
return string

Yellow() public static method

public static Yellow ( this s ) : string
s this
return string

Zebra() public static method

public static Zebra ( this s ) : string
s this
return string

Property Details

DefaultTheme public_oe static_oe property

public static Dictionary DefaultTheme
return ColorWrap>.Dictionary