Uses of Enum
org.aesh.terminal.formatting.Color
Packages that use Color
-
Uses of Color in org.aesh.terminal.formatting
Methods in org.aesh.terminal.formatting that return ColorModifier and TypeMethodDescriptionstatic ColorReturns the enum constant of this type with the specified name.static Color[]Color.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.aesh.terminal.formatting with parameters of type ColorModifierConstructorDescriptionTerminalColor(int text, Color background) Create a TerminalColor with 256-color foreground and basic background.TerminalColor(int text, Color background, Color.Intensity intensity) Create a TerminalColor with 256-color foreground, basic background, and intensity.TerminalColor(Color text, int background) Create a TerminalColor with basic foreground and 256-color background.TerminalColor(Color text, int background, Color.Intensity intensity) Create a TerminalColor with basic foreground, 256-color background, and intensity.TerminalColor(Color text, Color background) Create a TerminalColor with the specified foreground and background colors.TerminalColor(Color textColor, Color background, Color.Intensity intensity) Create a TerminalColor with the specified colors and intensity.