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_TRIPLETThe HSLuv compoments of the color.Methods in de.xima.fc.color that return HslUvTriplet Modifier and Type Method Description static HslUvTripletHslUvTriplet. of(double[] components)static HslUvTripletHslUvTriplet. of(double hue, double saturation, double value)static HslUvTripletHslUvTriplet. of(long hsl)static HslUvTripletHslUvTriplet. of(long hue, long saturation, long lightness)static HslUvTripletHslUvTriplet. of(String hexString)HslUvTripletHslUvTriplet. scaled(double scaleHue, double scaleSaturation, double scaleLightness)HslUvTripletRgbTriplet. toHslUvTriplet()HslUvTripletHslUvTriplet. with(Double newHue, Double newSaturation, Double newLightness) 
 -