Uses of Class
de.xima.fc.color.RgbTriplet
-
Packages that use RgbTriplet Package Description de.xima.fc.color de.xima.fc.gui.elfinder 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_TRIPLETThe RGB compoments of the color.Methods in de.xima.fc.color that return RgbTriplet Modifier and Type Method Description static 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 RgbTripletRgbTriplet. of(String hexString)static RgbTripletRgbTriplet. of(String hexString, RgbTriplet defaultValue)RgbTripletRgbTriplet. scaled(double scaleRed, double scaleGreen, double scaleBlue)RgbTripletCssColor. toRgbTripel()RgbTripletRgbaQuadruplet. toRgbTriple()Converts this rgba quadruplet to a RGB triplet.RgbTripletENamedCssColor. toRgbTriplet()RgbTripletHslUvTriplet. toRgbTriplet()RgbTripletHsvTriplet. toRgbTriplet()Methods in de.xima.fc.color with parameters of type RgbTriplet Modifier and Type Method Description static RgbTripletRgbTriplet. of(String hexString, RgbTriplet defaultValue) -
Uses of RgbTriplet in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder that return RgbTriplet Modifier and Type Method Description RgbTripletIElFinderImageProcessorRotateParams. backgroundColor()Gets the background color to use for the newly created image. -
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 ClientOpaqueColorClientOpaqueColor. of(RgbTriplet rgbTriplet)Converts anRgbTripletto aClientOpaqueColor.
-