Table of Contents

Constructor Scheme

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

Scheme()

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

public Scheme()

Scheme(Scheme?)

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

public Scheme(Scheme? scheme)

Parameters

scheme Scheme

The scheme to initialize the new instance with.

Scheme(Attribute)

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

public Scheme(Attribute attribute)

Parameters

attribute Attribute

The attribute to initialize the new instance with.