public class ColorType
Field Summary | ||
---|---|---|
static final int | AUTOMATIC | |
Automatic color.
|
||
static final int | AUTOMATIC_INDEX | |
It's automatic color,but the displayed color depends the setting of the OS System.
|
||
static final int | RGB | |
The RGB color.
|
||
static final int | INDEXED_COLOR | |
The color index in the color palette.
|
||
static final int | THEME | |
The theme color.
|
public static final int AUTOMATIC
public static final int AUTOMATIC_INDEX
public static final int RGB
public static final int INDEXED_COLOR
public static final int THEME