Class ColorScheme | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Defines the color Attributes for common visible elements in a View. Containers such as Window and FrameView use ColorScheme to determine the colors used by sub-views.

public class ColorScheme : IEquatable<ColorScheme>

Inheritance

object

ColorScheme

Implements

IEquatable<ColorScheme>

Inherited Members

object.ToString()

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetType()

object.MemberwiseClone()

Remarks

See also: ColorSchemes.

Properties

Disabled

The default foreground and background color for text, when the view is disabled.

Focus

The foreground and background color for text when the view has the focus.

HotFocus

The foreground and background color for text when the view is highlighted (hot) and has focus.

HotNormal

The foreground and background color for text when the view is highlighted (hot).

Normal

The foreground and background color for text when the view is not focused, hot, or disabled.

Methods

Equals(object)

Compares two ColorScheme objects for equality.

Equals(ColorScheme)

Compares two ColorScheme objects for equality.

GetHashCode()

Returns a hashcode for this instance.

Operators

operator ==(ColorScheme, ColorScheme)

Compares two ColorScheme objects for equality.

operator !=(ColorScheme, ColorScheme)

Compares two ColorScheme objects for inequality.

Edit this page