public class GrayColor extends ExtendedColor
Modifier and Type | Field | Description |
---|---|---|
static GrayColor |
GRAYBLACK |
|
static GrayColor |
GRAYWHITE |
BLACK, BLUE, CYAN, DARK_GRAY, GRAY, GREEN, LIGHT_GRAY, MAGENTA, ORANGE, PINK, RED, WHITE, YELLOW
type, TYPE_CMYK, TYPE_DEVICEN, TYPE_GRAY, TYPE_LAB, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING
Constructor | Description |
---|---|
GrayColor(float floatGray) |
|
GrayColor(int intGray) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
float |
getGray() |
|
int |
hashCode() |
brighter, darker, getAlpha, getBlue, getGreen, getRed, getRGB, setValue, toString
getType, getType
Copyright © 1998–2018. All rights reserved.