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 |
|---|
HSL(float hue,
float sat,
float luma) |
HSL(int rgb) |
| Modifier and Type | Method and Description |
|---|---|
float |
getHue() |
float |
getLuma() |
float |
getSaturation() |
int |
toRgb()
Gets an ARGB integer representing this color in the sRGB colorspace.
|