Show / Hide Table of Contents

Class VgaColorScheme

Inheritance
System.Object
VgaColorScheme
Implements
IColorScheme
Namespace: Log73.ColorSchemes
Assembly: Log73.dll
Syntax
public class VgaColorScheme : object, IColorScheme

Properties

| Improve this Doc View Source

Black

Declaration
public Color Black { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Blue

Declaration
public Color Blue { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightBlack

Declaration
public Color BrightBlack { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightBlue

Declaration
public Color BrightBlue { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightCyan

Declaration
public Color BrightCyan { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightGreen

Declaration
public Color BrightGreen { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightMagenta

Declaration
public Color BrightMagenta { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightRed

Declaration
public Color BrightRed { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightWhite

Declaration
public Color BrightWhite { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

BrightYellow

Declaration
public Color BrightYellow { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Cyan

Declaration
public Color Cyan { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Green

Declaration
public Color Green { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Magenta

Declaration
public Color Magenta { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Red

Declaration
public Color Red { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

White

Declaration
public Color White { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Yellow

Declaration
public Color Yellow { get; set; }
Property Value
Type Description
Color

Implements

IColorScheme

Extension Methods

DumpExtensionMethods.Dump(Object)
DumpExtensionMethods.DumpInfo(Object)
DumpExtensionMethods.DumpWarn(Object)
DumpExtensionMethods.DumpError(Object)
DumpExtensionMethods.DumpDebug(Object)
SerializeExtensionMethods.SerializeAsXml(Object)
SerializeExtensionMethods.SerializeAsXml(Object, XmlWriterSettings)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX