Class OtherColorsPopup
A window that displays all known colors.
Implements
Inherited Members
Namespace: SadConsole.UI.Windows
Assembly: SadConsole.Extended.dll
Syntax
public class OtherColorsPopup : Window, IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, IPositionable, IComponentHost, ISurface, ISurfaceSettable, IWindowData
Constructors
OtherColorsPopup()
Creates a new instance of this window with size 40, 20.
Declaration
public OtherColorsPopup()
Properties
SelectedColor
The selected color.
Declaration
public Color SelectedColor { get; }
Property Value
Type | Description |
---|---|
Color |
Methods
DrawBorder()
Draws the border around the controls.
Declaration
protected override void DrawBorder()