Uses of Class
de.xima.fc.color.HslUvTriplet
Packages that use HslUvTriplet
-
Uses of HslUvTriplet in de.xima.fc.color
Fields in de.xima.fc.color with type parameters of type HslUvTripletModifier and TypeFieldDescriptionstatic final IColorField<HslUvTriplet>ColorField.HSLUV_TRIPLETThe HSLuv compoments of the color.Methods in de.xima.fc.color that return HslUvTripletModifier and TypeMethodDescriptionstatic 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.scaled(double scaleHue, double scaleSaturation, double scaleLightness) RgbTriplet.toHslUvTriplet()