Table of Contents

Constructor ColorScheme

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ColorScheme()

Creates a new instance set to the default colors (see Default).

public ColorScheme()

ColorScheme(ColorScheme?)

Creates a new instance, initialized with the values from scheme.

public ColorScheme(ColorScheme? scheme)

Parameters

scheme ColorScheme

The scheme to initialize the new instance with.

ColorScheme(Attribute)

Creates a new instance, initialized with the values from attribute.

public ColorScheme(Attribute attribute)

Parameters

attribute Attribute

The attribute to initialize the new instance with.

ColorScheme(Attribute, Attribute, Attribute, Attribute, Attribute)

Creates a new instance, initialized with the values provided.

public ColorScheme(Attribute normal, Attribute focus, Attribute hotNormal, Attribute disabled, Attribute hotFocus)

Parameters

normal Attribute
focus Attribute
hotNormal Attribute
disabled Attribute
hotFocus Attribute