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_TRIPLETThe RGB compoments of the color.Methods in de.xima.fc.color that return RgbTripletModifier and TypeMethodDescriptionstatic RgbTripletRgbTriplet.of(double[] components) static RgbTripletRgbTriplet.of(double red, double green, double blue) static RgbTripletRgbTriplet.of(long rgb) static RgbTripletRgbTriplet.of(long red, long green, long blue) static RgbTripletstatic RgbTripletRgbTriplet.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 RgbTripletRgbTriplet.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 ClientOpaqueColorClientOpaqueColor.of(RgbTriplet rgbTriplet) Converts anRgbTripletto aClientOpaqueColor.