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_TRIPLET
The HSLuv compoments of the color.Methods in de.xima.fc.color that return HslUvTripletModifier and TypeMethodDescriptionstatic 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.scaled
(double scaleHue, double scaleSaturation, double scaleLightness) RgbTriplet.toHslUvTriplet()