Delegate CellColorGetterDelegate | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Delegate for providing color to TableView cells based on the value being rendered

public delegate ColorScheme CellColorGetterDelegate(CellColorGetterArgs args)

Parameters

args CellColorGetterArgs

Contains information about the cell for which color is needed

Returns

ColorScheme

Edit this page