public class BackgroundColor extends Color
Modifier | Constructor and Description |
---|---|
protected |
BackgroundColor(java.lang.String asciiCode) |
Modifier and Type | Method and Description |
---|---|
static BackgroundColor |
getColorFrom256ColorSet(int i) |
static BackgroundColor |
getColorFromRGB(int r,
int g,
int b) |
BackgroundColor |
toForegroundColor() |
getAsciiCode, isBackgroundColor, isForegroundColor, toString
public static final BackgroundColor BLACK
public static final BackgroundColor RED
public static final BackgroundColor GREEN
public static final BackgroundColor YELLOW
public static final BackgroundColor BLUE
public static final BackgroundColor MAGENTA
public static final BackgroundColor CYAN
public static final BackgroundColor WHITE
public static final BackgroundColor RESET
public static final BackgroundColor BLACK_BRIGHT
public static final BackgroundColor RED_BRIGHT
public static final BackgroundColor GREEN_BRIGHT
public static final BackgroundColor YELLOW_BRIGHT
public static final BackgroundColor BLUE_BRIGHT
public static final BackgroundColor MAGENTA_BRIGHT
public static final BackgroundColor CYAN_BRIGHT
public static final BackgroundColor WHITE_BRIGHT
public static final BackgroundColor RGB_RED
public static final BackgroundColor RGB_ORANGE
public static final BackgroundColor RGB_YELLOW
public static final BackgroundColor RGB_LIGHT_GREEN
public static final BackgroundColor RGB_GREEN
public static final BackgroundColor RGB_AQUA
public static final BackgroundColor RGB_LIGHT_BLUE
public static final BackgroundColor RGB_BLUE
public static final BackgroundColor RGB_MAGENTA
public static final BackgroundColor RGB_PINK
public static final BackgroundColor RGB_WHITE
public static final BackgroundColor RGB_BLACK
public static final BackgroundColor RGB_GRAY
public static final BackgroundColor[] COLORS
public static final BackgroundColor[] RGB_COLORS
public static BackgroundColor getColorFromRGB(int r, int g, int b)
public static BackgroundColor getColorFrom256ColorSet(int i)
public BackgroundColor toForegroundColor()