Method OnDrawUsedColor | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnDrawUsedColor(List, int, int)

Sets the Driver to an appropriate color for rendering the given idxColof the current line. Override to provide custom coloring by callingSetAttribute(Attribute) Defaults to HotFocus.

protected virtual void OnDrawUsedColor(List<Cell> line, int idxCol, int idxRow)

Parameters

line List<Cell>

The line.

idxCol int

The col index.

idxRow int

The row index.