Package com.rs.seagull.emulator.api
Class Colors.AnsiPlus
java.lang.Object
com.rs.seagull.emulator.api.Colors.AnsiPlus
- Enclosing class:
- Colors
These are colors for an AnsiPlus host that are returned by
Attributed.getForegroundColor() and
Attributed.getBackgroundColor().- Version:
- $Id$
- Author:
- MRomijn
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAnsiPlus black background color (40)static final intAnsiPlus black foreground color (30)static final intAnsiPlus blue background color (44)static final intAnsiPlus blue foreground color (34)static final intAnsiPlus cyan background color (46)static final intAnsiPlus cyan foreground color (36)static final intAnsiPlus default background color (49)static final intAnsiPlus default foreground color (39)static final intAnsiPlus green background color (42)static final intAnsiPlus green foreground color (32)static final intAnsiPlus magenta background color (45)static final intAnsiPlus magenta foreground color (35)static final intAnsiPlus normal color (0)static final intAnsiPlus red background color (41)static final intAnsiPlus red foreground color (31)static final intAnsiPlus undefined color (-1)static final intAnsiPlus white background color (47)static final intAnsiPlus white foreground color (37)static final intAnsiPlus yellow background color (43)static final intAnsiPlus yellow foreground color (33) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNDEFINED
public static final int UNDEFINEDAnsiPlus undefined color (-1)- See Also:
-
NORMAL
public static final int NORMALAnsiPlus normal color (0)- See Also:
-
BLACK_FOREGROUND
public static final int BLACK_FOREGROUNDAnsiPlus black foreground color (30)- See Also:
-
RED_FOREGROUND
public static final int RED_FOREGROUNDAnsiPlus red foreground color (31)- See Also:
-
GREEN_FOREGROUND
public static final int GREEN_FOREGROUNDAnsiPlus green foreground color (32)- See Also:
-
YELLOW_FOREGROUND
public static final int YELLOW_FOREGROUNDAnsiPlus yellow foreground color (33)- See Also:
-
BLUE_FOREGROUND
public static final int BLUE_FOREGROUNDAnsiPlus blue foreground color (34)- See Also:
-
MAGENTA_FOREGROUND
public static final int MAGENTA_FOREGROUNDAnsiPlus magenta foreground color (35)- See Also:
-
CYAN_FOREGROUND
public static final int CYAN_FOREGROUNDAnsiPlus cyan foreground color (36)- See Also:
-
WHITE_FOREGROUND
public static final int WHITE_FOREGROUNDAnsiPlus white foreground color (37)- See Also:
-
DEFAULT_FOREGROUND
public static final int DEFAULT_FOREGROUNDAnsiPlus default foreground color (39)- See Also:
-
BLACK_BACKGROUND
public static final int BLACK_BACKGROUNDAnsiPlus black background color (40)- See Also:
-
RED_BACKGROUND
public static final int RED_BACKGROUNDAnsiPlus red background color (41)- See Also:
-
GREEN_BACKGROUND
public static final int GREEN_BACKGROUNDAnsiPlus green background color (42)- See Also:
-
YELLOW_BACKGROUND
public static final int YELLOW_BACKGROUNDAnsiPlus yellow background color (43)- See Also:
-
BLUE_BACKGROUND
public static final int BLUE_BACKGROUNDAnsiPlus blue background color (44)- See Also:
-
MAGENTA_BACKGROUND
public static final int MAGENTA_BACKGROUNDAnsiPlus magenta background color (45)- See Also:
-
CYAN_BACKGROUND
public static final int CYAN_BACKGROUNDAnsiPlus cyan background color (46)- See Also:
-
WHITE_BACKGROUND
public static final int WHITE_BACKGROUNDAnsiPlus white background color (47)- See Also:
-
DEFAULT_BACKGROUND
public static final int DEFAULT_BACKGROUNDAnsiPlus default background color (49)- See Also:
-
-
Constructor Details
-
AnsiPlus
public AnsiPlus()
-