Method SetNormalColor | Terminal.Gui v1 (original) (raw)
Namespace
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, 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