Interface IColorScheme
Assembly: Log73.dll
Syntax
public interface IColorScheme
Properties
|
Improve this Doc
View Source
Black
Declaration
Color Black { get; set; }
Property Value
|
Improve this Doc
View Source
Blue
Declaration
Property Value
|
Improve this Doc
View Source
BrightBlack
Declaration
Color BrightBlack { get; set; }
Property Value
|
Improve this Doc
View Source
BrightBlue
Declaration
Color BrightBlue { get; set; }
Property Value
|
Improve this Doc
View Source
BrightCyan
Declaration
Color BrightCyan { get; set; }
Property Value
|
Improve this Doc
View Source
BrightGreen
Declaration
Color BrightGreen { get; set; }
Property Value
|
Improve this Doc
View Source
BrightMagenta
Declaration
Color BrightMagenta { get; set; }
Property Value
|
Improve this Doc
View Source
BrightRed
Declaration
Color BrightRed { get; set; }
Property Value
|
Improve this Doc
View Source
BrightWhite
Declaration
Color BrightWhite { get; set; }
Property Value
|
Improve this Doc
View Source
BrightYellow
Declaration
Color BrightYellow { get; set; }
Property Value
|
Improve this Doc
View Source
Cyan
Declaration
Property Value
|
Improve this Doc
View Source
Green
Declaration
Color Green { get; set; }
Property Value
|
Improve this Doc
View Source
Magenta
Declaration
Color Magenta { get; set; }
Property Value
|
Improve this Doc
View Source
Red
Declaration
Property Value
|
Improve this Doc
View Source
White
Declaration
Color White { get; set; }
Property Value
|
Improve this Doc
View Source
Yellow
Declaration
Color Yellow { get; set; }
Property Value
Extension Methods