Uses of Class
de.xima.fc.color.HslUvTriplet
-
Packages that use HslUvTriplet Package Description de.xima.fc.color -
-
Uses of HslUvTriplet in de.xima.fc.color
Fields in de.xima.fc.color with type parameters of type HslUvTriplet Modifier and Type Field Description static IColorField<HslUvTriplet>
ColorField. HSLUV_TRIPLET
The HSLuv compoments of the color.Methods in de.xima.fc.color that return HslUvTriplet Modifier and Type Method Description 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)
-