namespace LemonUI.Menus { /// /// The Style of title for the Color Panel. /// public enum ColorTitleStyle { /// /// Does not shows any Title. /// The count will still be shown if is set to . /// None = -1, /// /// Shows a Simple Title for all of the Colors. /// Simple = 0, /// /// Shows the Color Name as the Title. /// ColorName = 1 } }