Uses of Class
de.xima.fc.color.HsvTriplet
Packages that use HsvTriplet
-
Uses of HsvTriplet in de.xima.fc.color
Fields in de.xima.fc.color with type parameters of type HsvTripletModifier and TypeFieldDescriptionstatic final IColorField<HsvTriplet>
ColorField.HSV_TRIPLET
The RGB compoments of the color.Methods in de.xima.fc.color that return HsvTripletModifier and TypeMethodDescriptionstatic HsvTriplet
HsvTriplet.of
(double[] components) static HsvTriplet
HsvTriplet.of
(double hue, double saturation, double value) static HsvTriplet
HsvTriplet.of
(long hsv) static HsvTriplet
HsvTriplet.of
(long hue, long saturation, long value) static HsvTriplet
HsvTriplet.scaled
(double scaleHue, double scaleSaturation, double scaleValue) RgbTriplet.toHsvTriplet()