Namespace UICatalog.Scenarios
Classes
- AdornmentEditor
Provides a composable UI for editing the settings of an Adornment.
- AdornmentsEditor
Provides an editor UI for the Margin, Border, and Padding of a View.
- AnimationScenario.BitmapToBraille
Renders an image as unicode Braille.
- ArrangementEditor
Provides an editor UI for the Margin, Border, and Padding of a View.
- CIE76ColorDistance
This is the simplest method to measure color difference in the CIE Lab color space. The Euclidean distance in Lab space is more aligned with human perception than RGB space, as Lab attempts to model how humans perceive color differences.
- CharacterMap
This Scenario demonstrates building a custom control (a class deriving from View) that: - Provides a "Character Map" application (like Windows' charmap.exe). - Helps test unicode character rendering in Terminal.Gui - Illustrates how to do infinite scrolling
- ComputedLayout
This Scenario demonstrates how to use Terminal.Gui's Dim and Pos Layout System.
- DimEditor
Provides an editor UI for the Margin, Border, and Padding of a View.
- ExpanderButton
A Button that can expand or collapse a view.
- LayoutEditor
Provides an editor UI for the Margin, Border, and Padding of a View.
- PosEditor
Provides an editor UI for the Margin, Border, and Padding of a View.