Uses of Enum
org.aesh.terminal.formatting.Color.Intensity
Packages that use Color.Intensity
-
Uses of Color.Intensity in org.aesh.terminal.formatting
Subclasses with type arguments of type Color.Intensity in org.aesh.terminal.formattingModifier and TypeClassDescriptionstatic enumColor intensity levels for ANSI terminal colors.Methods in org.aesh.terminal.formatting that return Color.IntensityModifier and TypeMethodDescriptionstatic Color.IntensityReturns the enum constant of this type with the specified name.static Color.Intensity[]Color.Intensity.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 Color.IntensityModifierConstructorDescriptionTerminalColor(int text, Color background, Color.Intensity intensity) Create a TerminalColor with 256-color foreground, basic background, and intensity.TerminalColor(Color text, int background, Color.Intensity intensity) Create a TerminalColor with basic foreground, 256-color background, and intensity.TerminalColor(Color textColor, Color background, Color.Intensity intensity) Create a TerminalColor with the specified colors and intensity.