| Modifier and Type | Field and Description |
|---|---|
protected float |
hue |
protected float |
lightness |
protected float |
saturation |
| Constructor and Description |
|---|
HSL(float hue,
float saturation,
float lightness) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getHue() |
float |
getLightness() |
float |
getSaturation() |
int |
hashCode() |
float[] |
toArray() |
String |
toString() |
Copyright © 2021. All rights reserved.