Class VgaColorScheme
Inheritance
System.Object
VgaColorScheme
Assembly: Log73.dll
Syntax
public class VgaColorScheme : object, IColorScheme
Properties
|
Improve this Doc
View Source
Black
Declaration
public Color Black { get; set; }
Property Value
|
Improve this Doc
View Source
Blue
Declaration
public Color Blue { get; set; }
Property Value
|
Improve this Doc
View Source
BrightBlack
Declaration
public Color BrightBlack { get; set; }
Property Value
|
Improve this Doc
View Source
BrightBlue
Declaration
public Color BrightBlue { get; set; }
Property Value
|
Improve this Doc
View Source
BrightCyan
Declaration
public Color BrightCyan { get; set; }
Property Value
|
Improve this Doc
View Source
BrightGreen
Declaration
public Color BrightGreen { get; set; }
Property Value
|
Improve this Doc
View Source
BrightMagenta
Declaration
public Color BrightMagenta { get; set; }
Property Value
|
Improve this Doc
View Source
BrightRed
Declaration
public Color BrightRed { get; set; }
Property Value
|
Improve this Doc
View Source
BrightWhite
Declaration
public Color BrightWhite { get; set; }
Property Value
|
Improve this Doc
View Source
BrightYellow
Declaration
public Color BrightYellow { get; set; }
Property Value
|
Improve this Doc
View Source
Cyan
Declaration
public Color Cyan { get; set; }
Property Value
|
Improve this Doc
View Source
Green
Declaration
public Color Green { get; set; }
Property Value
|
Improve this Doc
View Source
Magenta
Declaration
public Color Magenta { get; set; }
Property Value
|
Improve this Doc
View Source
Red
Declaration
public Color Red { get; set; }
Property Value
|
Improve this Doc
View Source
White
Declaration
public Color White { get; set; }
Property Value
|
Improve this Doc
View Source
Yellow
Declaration
public Color Yellow { get; set; }
Property Value
Implements
Extension Methods