Class ColorSelectorTui
Color selection application
Inheritance
Inherited Members
Namespace
Syntax
public class ColorSelectorTui : TextualUI
Methods
Render()
Renders this interactive textual UI
Remarks
Generated sequence, which will be used for rendering, has lower priority than Renderables, so any renderable container specified in that property will overwrite what's been rendered.
Returns
string
A string generated by this function for the RunTui(TextualUI?) function to render to the console
Declaration
public override string Render()