BLACK, BLACK_DYE, BLUE, BLUE_DYE, BROWN_DYE, CYAN_DYE, DYE_COLORS, GRAY_DYE, GREEN, GREEN_DYE, LIGHT_BLUE_DYE, LIGHT_GRAY_DYE, LIME_DYE, MAGENTA_DYE, ORANGE_DYE, PINK_DYE, PURPLE_DYE, RED, RED_DYE, WHITE, WHITE_DYE, YELLOW_DYE| Constructor and Description |
|---|
LCH(float luma,
float chroma,
float hue) |
| Modifier and Type | Method and Description |
|---|---|
float |
getChroma() |
float |
getHue() |
float |
getLuma() |
int |
toRgb()
Gets an ARGB integer representing this color in the sRGB colorspace.
|