Skip to content

OtherColorsPopup Class

A window that displays all known colors.

C#
public class OtherColorsPopup : Window, IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize, IWindowData

Inheritance objectScreenObjectScreenSurfaceConsoleWindow

Implements IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, SadRogue.Primitives.IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize, IWindowData

Creates a new instance of this window with size 40, 20.

C#
public OtherColorsPopup()

The selected color.

C#
public Color SelectedColor { get; }

Draws the border around the controls.

C#
protected override void DrawBorder()