Uses of Class
de.xima.fc.color.RgbTriplet
-
Packages that use RgbTriplet Package Description de.xima.fc.color de.xima.fc.workflow.taglib.model -
-
Uses of RgbTriplet in de.xima.fc.color
Fields in de.xima.fc.color with type parameters of type RgbTriplet Modifier and Type Field Description static IColorField<RgbTriplet>
ColorField. RGB_TRIPLET
The RGB compoments of the color.Methods in de.xima.fc.color that return RgbTriplet Modifier and Type Method Description static RgbTriplet
RgbTriplet. of(double[] components)
static RgbTriplet
RgbTriplet. of(double red, double green, double blue)
static RgbTriplet
RgbTriplet. of(long rgb)
static RgbTriplet
RgbTriplet. of(long red, long green, long blue)
static RgbTriplet
RgbTriplet. of(String hexString)
static RgbTriplet
RgbTriplet. of(String hexString, RgbTriplet defaultValue)
RgbTriplet
RgbTriplet. scaled(double scaleRed, double scaleGreen, double scaleBlue)
RgbTriplet
CssColor. toRgbTripel()
RgbTriplet
HslUvTriplet. toRgbTriplet()
RgbTriplet
HsvTriplet. toRgbTriplet()
Methods in de.xima.fc.color with parameters of type RgbTriplet Modifier and Type Method Description static RgbTriplet
RgbTriplet. of(String hexString, RgbTriplet defaultValue)
-
Uses of RgbTriplet in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type RgbTriplet Modifier and Type Method Description static ClientOpaqueColor
ClientOpaqueColor. of(RgbTriplet rgbTriplet)
Converts anRgbTriplet
to aClientOpaqueColor
.
-