C# Class Edokan.KaiZen.Colors.ColorsExtension

Afficher le fichier Open project: edokan/Edokan.KaiZen.Colors

Méthodes publiques

Свойство Type Description
DefaultTheme ColorWrap>.Dictionary

Méthodes publiques

Méthode 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

Méthode Description
Wrap ( char c, string color ) : string
Wrap ( string str, string color ) : string

Method Details

Black() public static méthode

public static Black ( this s ) : string
s this
Résultat string

Blue() public static méthode

public static Blue ( this s ) : string
s this
Résultat string

Bold() public static méthode

public static Bold ( this s ) : string
s this
Résultat string

Color() public static méthode

public static Color ( this str, string color ) : string
str this
color string
Résultat string

Cyan() public static méthode

public static Cyan ( this s ) : string
s this
Résultat string

Green() public static méthode

public static Green ( this s ) : string
s this
Résultat string

Grey() public static méthode

public static Grey ( this s ) : string
s this
Résultat string

Inverse() public static méthode

public static Inverse ( this s ) : string
s this
Résultat string

Italic() public static méthode

public static Italic ( this s ) : string
s this
Résultat string

Magenta() public static méthode

public static Magenta ( this s ) : string
s this
Résultat string

On() public static méthode

public static On ( this s ) : string
s this
Résultat string

Rainbow() public static méthode

public static Rainbow ( this s ) : string
s this
Résultat string

Red() public static méthode

public static Red ( this s ) : string
s this
Résultat string

Reset() public static méthode

public static Reset ( this s ) : string
s this
Résultat string

RunSequencer() public static méthode

public static RunSequencer ( string s, Func sequencer ) : string
s string
sequencer Func
Résultat string

Underline() public static méthode

public static Underline ( this s ) : string
s this
Résultat string

White() public static méthode

public static White ( this s ) : string
s this
Résultat string

Yellow() public static méthode

public static Yellow ( this s ) : string
s this
Résultat string

Zebra() public static méthode

public static Zebra ( this s ) : string
s this
Résultat string

Property Details

DefaultTheme public_oe static_oe property

public static Dictionary DefaultTheme
Résultat ColorWrap>.Dictionary