static HslUvTriplet |
HslUvTriplet.of(double[] components) |
static HslUvTriplet |
HslUvTriplet.of(double hue,
double saturation,
double value) |
static HslUvTriplet |
HslUvTriplet.of(long hsl) |
static HslUvTriplet |
HslUvTriplet.of(long hue,
long saturation,
long lightness) |
static HslUvTriplet |
HslUvTriplet.of(String hexString) |
HslUvTriplet |
HslUvTriplet.scaled(double scaleHue,
double scaleSaturation,
double scaleLightness) |
HslUvTriplet |
RgbTriplet.toHslUvTriplet() |
HslUvTriplet |
HslUvTriplet.with(Double newHue,
Double newSaturation,
Double newLightness) |