Uses of Class
de.xima.fc.color.HsvTriplet
- 
Packages that use HsvTriplet Package Description de.xima.fc.color  - 
- 
Uses of HsvTriplet in de.xima.fc.color
Fields in de.xima.fc.color with type parameters of type HsvTriplet Modifier and Type Field Description static IColorField<HsvTriplet>ColorField. HSV_TRIPLETThe RGB compoments of the color.Methods in de.xima.fc.color that return HsvTriplet Modifier and Type Method Description static 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. of(String hexString)HsvTripletHsvTriplet. scaled(double scaleHue, double scaleSaturation, double scaleValue)HsvTripletRgbTriplet. toHsvTriplet() 
 -