public interface IColorConstant
Modifier and Type | Field and Description |
---|---|
static IColorConstant |
BLACK
The "black" color.
|
static IColorConstant |
BLUE
The "blue" color.
|
static IColorConstant |
CONNECTION_SELECTION_FG
The foreground selection color of a connection.
|
static IColorConstant |
CYAN
The "cyan" color.
|
static IColorConstant |
DARK_BLUE
The "dark blue" color.
|
static IColorConstant |
DARK_GRAY
The "dark gray" color.
|
static IColorConstant |
DARK_GREEN
The "dark green" color.
|
static IColorConstant |
DARK_ORANGE
The "dark orange" color.
|
static IColorConstant |
GRAY
The "gray" color.
|
static IColorConstant |
GREEN
The "green" color.
|
static IColorConstant |
HANDLE_BG
The handle background color.
|
static IColorConstant |
HANDLE_FG
The handle foreground color.
|
static IColorConstant |
LIGHT_BLUE
The "light blue" color.
|
static IColorConstant |
LIGHT_GRAY
The "light gray" color.
|
static IColorConstant |
LIGHT_GREEN
The "light green" color.
|
static IColorConstant |
LIGHT_LIGHT_GRAY
The "light light gray" color.
|
static IColorConstant |
LIGHT_ORANGE
The "light orange" color.
|
static IColorConstant |
ORANGE
The "orange" color.
|
static IColorConstant |
RED
The "red" color.
|
static IColorConstant |
SHAPE_SELECTION_FG
The foreground selection color of a shape.
|
static IColorConstant |
WHITE
The "white" color.
|
static IColorConstant |
YELLOW
The "yellow" color.
|
Modifier and Type | Method and Description |
---|---|
int |
getBlue()
Returns the amount of blue in the color, from 0 to 255.
|
int |
getGreen()
Returns the amount of green in the color, from 0 to 255.
|
int |
getRed()
Returns the amount of red in the color, from 0 to 255.
|
static final IColorConstant WHITE
static final IColorConstant LIGHT_LIGHT_GRAY
static final IColorConstant LIGHT_GRAY
static final IColorConstant GRAY
static final IColorConstant DARK_GRAY
static final IColorConstant BLACK
static final IColorConstant RED
static final IColorConstant LIGHT_ORANGE
static final IColorConstant ORANGE
static final IColorConstant DARK_ORANGE
static final IColorConstant YELLOW
static final IColorConstant GREEN
static final IColorConstant LIGHT_GREEN
static final IColorConstant DARK_GREEN
static final IColorConstant CYAN
static final IColorConstant LIGHT_BLUE
static final IColorConstant BLUE
static final IColorConstant DARK_BLUE
static final IColorConstant HANDLE_FG
static final IColorConstant HANDLE_BG
static final IColorConstant SHAPE_SELECTION_FG
static final IColorConstant CONNECTION_SELECTION_FG
int getRed()
int getGreen()
int getBlue()