SchemeColors Enum
Lists color values from a theme color scheme.
Declaration
public enum SchemeColors extends Enum<SchemeColors> implements IIntEnum
Members
| Name | Description |
|---|---|
ACCENT_1
|
The first accent color. |
ACCENT_2
|
The second accent color. |
ACCENT_3
|
The third accent color. |
ACCENT_4
|
The fourth accent color. |
ACCENT_5
|
The fifth accent color. |
ACCENT_6
|
The sixth accent color. |
BACKGROUND_1
|
The first background color. |
BACKGROUND_2
|
The second background color. |
DARK_1
|
The first dark color. |
DARK_2
|
The second dark color. |
EMPTY
|
No color. |
FOLLOWED_HYPERLINK
|
The followed hyperlink color. |
HYPERLINK
|
The hyperlink color. |
LIGHT_1
|
The first light color. |
LIGHT_2
|
The second light color. |
STYLE
|
A style color. |
TEXT_1
|
The first text color. |
TEXT_2
|
The second text color. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |