Table of Contents

Method SetNormalColor

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetNormalColor()

Sets the driver to the default color for the control where no text is being rendered. Defaults to Normal.

protected virtual void SetNormalColor()

SetNormalColor(List<Rune>, int)

Sets the Driver to an appropriate color for rendering the given idx of the current line. Override to provide custom coloring by calling SetAttribute(Attribute) Defaults to Normal.

protected virtual void SetNormalColor(List<Rune> line, int idx)

Parameters

line List<Rune>
idx int