public class Color extends Object
| Modifier and Type | Field and Description |
|---|---|
static Color |
BLACK |
static Color |
BLUE |
static Color |
GREEN |
static Color |
GREY |
static Color |
RED |
static Color |
WHITE |
| Constructor and Description |
|---|
Color(int red,
int green,
int blue) |
public static Color RED
public static Color GREEN
public static Color BLUE
public static Color BLACK
public static Color WHITE
public static Color GREY
public int getRed()
public void setRed(int red)
public int getGreen()
public void setGreen(int green)
public int getBlue()
public void setBlue(int blue)
public String getAsHex()
Copyright © 2015. All Rights Reserved.