C# Класс Edokan.KaiZen.Colors.ColorsExtension

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DefaultTheme ColorWrap>.Dictionary

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Wrap ( char c, string color ) : string
Wrap ( string str, string color ) : string

Описание методов

Black() публичный статический Метод

public static Black ( this s ) : string
s this
Результат string

Blue() публичный статический Метод

public static Blue ( this s ) : string
s this
Результат string

Bold() публичный статический Метод

public static Bold ( this s ) : string
s this
Результат string

Color() публичный статический Метод

public static Color ( this str, string color ) : string
str this
color string
Результат string

Cyan() публичный статический Метод

public static Cyan ( this s ) : string
s this
Результат string

Green() публичный статический Метод

public static Green ( this s ) : string
s this
Результат string

Grey() публичный статический Метод

public static Grey ( this s ) : string
s this
Результат string

Inverse() публичный статический Метод

public static Inverse ( this s ) : string
s this
Результат string

Italic() публичный статический Метод

public static Italic ( this s ) : string
s this
Результат string

Magenta() публичный статический Метод

public static Magenta ( this s ) : string
s this
Результат string

On() публичный статический Метод

public static On ( this s ) : string
s this
Результат string

Rainbow() публичный статический Метод

public static Rainbow ( this s ) : string
s this
Результат string

Red() публичный статический Метод

public static Red ( this s ) : string
s this
Результат string

Reset() публичный статический Метод

public static Reset ( this s ) : string
s this
Результат string

RunSequencer() публичный статический Метод

public static RunSequencer ( string s, Func sequencer ) : string
s string
sequencer Func
Результат string

Underline() публичный статический Метод

public static Underline ( this s ) : string
s this
Результат string

White() публичный статический Метод

public static White ( this s ) : string
s this
Результат string

Yellow() публичный статический Метод

public static Yellow ( this s ) : string
s this
Результат string

Zebra() публичный статический Метод

public static Zebra ( this s ) : string
s this
Результат string

Описание свойств

DefaultTheme публичное статическое свойство

public static Dictionary DefaultTheme
Результат ColorWrap>.Dictionary