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_TRIPLET
The RGB compoments of the color.Methods in de.xima.fc.color that return HsvTriplet Modifier and Type Method Description static 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. of(String hexString)
HsvTriplet
HsvTriplet. scaled(double scaleHue, double scaleSaturation, double scaleValue)
HsvTriplet
RgbTriplet. toHsvTriplet()
-