Method OnDrawNormalColor
OnDrawNormalColor(List<Cell>, int, int)
Sets the Driver to an appropriate color for rendering the given idxCol
of the current line
. Override to provide custom coloring by calling
SetAttribute(Attribute) Defaults to Normal.
protected virtual void OnDrawNormalColor(List<Cell> line, int idxCol, int idxRow)