Uses of Enum
org.aesh.terminal.formatting.Color.Type
Packages that use Color.Type
-
Uses of Color.Type in org.aesh.terminal.formatting
Methods in org.aesh.terminal.formatting that return Color.TypeModifier and TypeMethodDescriptionstatic Color.TypeReturns the enum constant of this type with the specified name.static Color.Type[]Color.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal.formatting with parameters of type Color.TypeModifier and TypeMethodDescriptionintColor.Intensity.getValue(Color.Type type) Returns the ANSI escape code prefix value based on intensity and color type.