Show / Hide Table of Contents

Class PalettePopup

Inheritance
object
PalettePopup
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Hexa.NET.ImGui.SC.Windows
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class PalettePopup

Fields

ExtraPalettes

Declaration
public static List<Tuple<string, NamedColor[]>> ExtraPalettes
Field Value
Type Description
List<Tuple<string, NamedColor[]>>

Methods

Show(string, ref Color)

Declaration
public static bool Show(string popupId, ref Color color)
Parameters
Type Name Description
string popupId
Color color
Returns
Type Description
bool
In this article

Back to top

Back to top Generated by DocFX