Java™ constants: color
Where used:
- Color in RichTextStyle
- BackgroundColor in View
- FontColor in ViewColumn
Constants:
- RichTextStyle.COLOR_BLACK (0)
- RichTextStyle.COLOR_BLUE (4)
- RichTextStyle.COLOR_CYAN (7)
- RichTextStyle.COLOR_DARK_BLUE (10)
- RichTextStyle.COLOR_DARK_CYAN (13)
- RichTextStyle.COLOR_DARK_GREEN (9)
- RichTextStyle.COLOR_DARK_MAGENTA (11)
- RichTextStyle.COLOR_DARK_RED (8)
- RichTextStyle.COLOR_DARK_YELLOW (12)
- RichTextStyle.COLOR_GRAY (14)
- RichTextStyle.COLOR_GREEN (3)
- RichTextStyle.COLOR_LIGHT_GRAY (15)
- RichTextStyle.COLOR_MAGENTA (5)
- RichTextStyle.COLOR_RED (2)
- RichTextStyle.COLOR_WHITE (1)
- RichTextStyle.COLOR_YELLOW (6)