Uses of Enum
org.aesh.terminal.detect.TerminalTheme
-
Uses of TerminalTheme in org.aesh.terminal.detect
Methods in org.aesh.terminal.detect that return TerminalThemeModifier and TypeMethodDescriptionstatic TerminalThemeTerminalTheme.fromGrayscale(int gray) Determine theme from a grayscale value.static TerminalThemeTerminalTheme.fromRGB(int red, int green, int blue) Determine theme from RGB background color values.TerminalCapabilities.theme()Get the terminal background theme.static TerminalThemeReturns the enum constant of this type with the specified name.static TerminalTheme[]TerminalTheme.values()Returns an array containing the constants of this enum type, in the order they are declared.