public class WebColor extends Color
Modifier and Type | Field and Description |
---|---|
static WebColor |
black |
static WebColor |
BLACK |
static WebColor |
blue |
static WebColor |
BLUE |
static WebColor |
cyan |
static WebColor |
CYAN |
static WebColor |
DARK_GRAY |
static WebColor |
darkGray |
static WebColor |
gray |
static WebColor |
GRAY |
static WebColor |
green |
static WebColor |
GREEN |
static WebColor |
LIGHT_GRAY |
static WebColor |
lightGray |
static WebColor |
magenta |
static WebColor |
MAGENTA |
static WebColor |
orange |
static WebColor |
ORANGE |
static WebColor |
pink |
static WebColor |
PINK |
static WebColor |
red |
static WebColor |
RED |
static WebColor |
white |
static WebColor |
WHITE |
static WebColor |
yellow |
static WebColor |
YELLOW |
BITMASK, OPAQUE, TRANSLUCENT
Constructor and Description |
---|
WebColor(Color color) |
WebColor(float red,
float green,
float blue) |
WebColor(int red,
int green,
int blue) |
Modifier and Type | Method and Description |
---|---|
static WebColor |
create(Color color) |
brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB, toString
public static final WebColor white
public static final WebColor WHITE
public static final WebColor lightGray
public static final WebColor LIGHT_GRAY
public static final WebColor gray
public static final WebColor GRAY
public static final WebColor darkGray
public static final WebColor DARK_GRAY
public static final WebColor black
public static final WebColor BLACK
public static final WebColor red
public static final WebColor RED
public static final WebColor pink
public static final WebColor PINK
public static final WebColor orange
public static final WebColor ORANGE
public static final WebColor yellow
public static final WebColor YELLOW
public static final WebColor green
public static final WebColor GREEN
public static final WebColor magenta
public static final WebColor MAGENTA
public static final WebColor cyan
public static final WebColor CYAN
public static final WebColor blue
public static final WebColor BLUE
public WebColor(int red, int green, int blue)
public WebColor(Color color)
public WebColor(float red, float green, float blue)
Copyright © 2014. All rights reserved.