Show / Hide Table of Contents

Interface IColorScheme

Namespace: Log73.ColorSchemes
Assembly: Log73.dll
Syntax
public interface IColorScheme

Properties

| Improve this Doc View Source

Black

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

Blue

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

BrightBlack

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

BrightBlue

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

BrightCyan

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

BrightGreen

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

BrightMagenta

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

BrightRed

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

BrightWhite

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

BrightYellow

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

Cyan

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

Green

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

Magenta

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

Red

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

White

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

Yellow

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

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