Uses of Class
de.xima.fc.color.RgbTriplet
Packages that use RgbTriplet
-
Uses of RgbTriplet in de.xima.fc.color
Fields in de.xima.fc.color with type parameters of type RgbTripletModifier and TypeFieldDescriptionstatic final IColorField<RgbTriplet>
ColorField.RGB_TRIPLET
The RGB compoments of the color.Methods in de.xima.fc.color that return RgbTripletModifier and TypeMethodDescriptionstatic 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
static RgbTriplet
RgbTriplet.of
(String hexString, RgbTriplet defaultValue) RgbTriplet.scaled
(double scaleRed, double scaleGreen, double scaleBlue) CssColor.toRgbTripel()
HslUvTriplet.toRgbTriplet()
HsvTriplet.toRgbTriplet()
Methods in de.xima.fc.color with parameters of type RgbTripletModifier and TypeMethodDescriptionstatic 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 RgbTripletModifier and TypeMethodDescriptionstatic ClientOpaqueColor
ClientOpaqueColor.of
(RgbTriplet rgbTriplet) Converts anRgbTriplet
to aClientOpaqueColor
.