Class StandardColor
-
- All Implemented Interfaces:
public final class StandardColor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStandardColor.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integerindexprivate final StandardColorbrightprivate final Styleforegroundprivate final Stylebackgroundpublic final static StandardColor.CompanionCompanion
-
Method Summary
Modifier and Type Method Description final IntegergetIndex()final StandardColorgetBright()final StylegetForeground()final StylegetBackground()-
-
Method Detail
-
getBright
final StandardColor getBright()
-
getForeground
final Style getForeground()
-
getBackground
final Style getBackground()
-
-
-
-