Table of Contents

Delegate CellColorGetterDelegate

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