Table of Contents

Class ColorStrings

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Provides a mapping between Color and the W3C standard color name strings.

public static class ColorStrings
Inheritance
ColorStrings
Inherited Members

Methods

GetW3CColorName(Color)

Gets the W3C standard string for color.

GetW3CColorNames()

Returns the list of W3C standard color names.

TryParseW3CColorName(string, out Color)

Parses name and returns color if name is a W3C standard named color.