OtherColorsPopup Class
Definition
Section titled “Definition”A window that displays all known colors.
public class OtherColorsPopup : Window, IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize, IWindowDataInheritance object → ScreenObject → ScreenSurface → Console → Window
Implements IDisposable, IScreenSurfaceEditable, IScreenSurface, IScreenObject, SadRogue.Primitives.IPositionable, IComponentHost, ISurface, ISurfaceSettable, ICellSurfaceResize, IWindowData
Constructors
Section titled “Constructors”OtherColorsPopup()
Section titled “OtherColorsPopup()”Creates a new instance of this window with size 40, 20.
public OtherColorsPopup()Properties
Section titled “Properties”SelectedColor
Section titled “SelectedColor”The selected color.
public Color SelectedColor { get; }Methods
Section titled “Methods”DrawBorder()
Section titled “DrawBorder()”Draws the border around the controls.
protected override void DrawBorder()