|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RGB | |
|---|---|
| com.sencha.gxt.chart.client.draw | |
| Uses of RGB in com.sencha.gxt.chart.client.draw |
|---|
| Fields in com.sencha.gxt.chart.client.draw declared as RGB | |
|---|---|
static RGB |
RGB.BLACK
0, 0, 0 |
static RGB |
RGB.BLUE
0, 0, 255 |
static RGB |
RGB.CYAN
0, 255, 255 |
static RGB |
RGB.DARKGRAY
169, 169, 169 |
static RGB |
RGB.GRAY
128, 128, 128 |
static RGB |
RGB.GREEN
0, 128, 0 |
static RGB |
RGB.LIGHTGRAY
211, 211, 211 |
static RGB |
RGB.MAGENTA
255, 0, 255 |
static RGB |
RGB.ORANGE
255, 165, 0 |
static RGB |
RGB.PINK
252, 192, 203 |
static RGB |
RGB.PURPLE
128, 0, 128 |
static RGB |
RGB.RED
255, 0, 0 |
static RGB |
RGB.WHITE
255, 255, 255 |
static RGB |
RGB.YELLOW
255, 255, 0 |
| Methods in com.sencha.gxt.chart.client.draw that return RGB | |
|---|---|
RGB |
RGB.getDarker(double factor)
Return a new color that is darker than this color. |
RGB |
RGB.getLighter(double factor)
Return a new color that is lighter than this color. |
| Constructors in com.sencha.gxt.chart.client.draw with parameters of type RGB | |
|---|---|
HSL(RGB rgb)
Creates an HSV instance from the given RGB color. |
|
HSV(RGB rgb)
Creates an instance of HSV with the given RGB color. |
|
RGB(RGB rgb)
Creates an RGB instance using the given RGB color. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||