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_TRIPLETThe RGB compoments of the color.Methods in de.xima.fc.color that return HsvTripletModifier and TypeMethodDescriptionstatic HsvTripletHsvTriplet.of(double[] components) static HsvTripletHsvTriplet.of(double hue, double saturation, double value) static HsvTripletHsvTriplet.of(long hsv) static HsvTripletHsvTriplet.of(long hue, long saturation, long value) static HsvTripletHsvTriplet.scaled(double scaleHue, double scaleSaturation, double scaleValue) RgbTriplet.toHsvTriplet()