Uses of Class
de.xima.fc.color.RgbaQuadruplet
Packages that use RgbaQuadruplet
Package
Description
Package für Datenbankentitäten
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of RgbaQuadruplet in de.xima.fc.color
Methods in de.xima.fc.color that return RgbaQuadrupletModifier and TypeMethodDescriptionstatic RgbaQuadrupletRgbaQuadruplet.of(double[] components) static RgbaQuadrupletRgbaQuadruplet.of(double red, double green, double blue, double alpha) static RgbaQuadrupletRgbaQuadruplet.of(int red, int green, int blue, int alpha) static RgbaQuadrupletRgbaQuadruplet.of(long rgba) static RgbaQuadrupletstatic RgbaQuadrupletRgbaQuadruplet.of(String hexString, RgbaQuadruplet defaultValue) RgbaQuadruplet.scaled(double scaleRed, double scaleGreen, double scaleBlue, double alphaScale) RgbTriplet.toRgbaQuadruple()Converts this RGB triplet to an RGBA quadruplet with alpha = 1 (opaque).CssColor.toRgbaQuadruplet()ENamedCssColor.toRgbaQuadruplet()RgbaQuadruplet.withAlpha(double newAlpha) RgbaQuadruplet.withAlpha(int newAlpha) Methods in de.xima.fc.color with parameters of type RgbaQuadrupletModifier and TypeMethodDescriptionstatic RgbaQuadrupletRgbaQuadruplet.of(String hexString, RgbaQuadruplet defaultValue) -
Uses of RgbaQuadruplet in de.xima.fc.entities
Methods in de.xima.fc.entities that return RgbaQuadrupletModifier and TypeMethodDescriptionEndUserState.getColorBackground()Gets the color for the background when displaying the name of this state (e.g. as a tag).ProjectPortalTag.getColorBackground()Gets the background color of this tag, used when the tag is displayed in the UI.EndUserState.getColorText()Gets the color for the text when displaying the name of this state (e.g. as a tag).ProjectPortalTag.getColorText()Gets the text color of this tag, used when the tag is displayed in the UI.Methods in de.xima.fc.entities with parameters of type RgbaQuadrupletModifier and TypeMethodDescriptionvoidEndUserState.setColorBackground(RgbaQuadruplet colorBackground) Sets the color for the background when displaying the name of this state (e.g. as a tag).voidProjectPortalTag.setColorBackground(RgbaQuadruplet colorBackground) Sets the background color of this tag, used when the tag is displayed in the UI.voidEndUserState.setColorText(RgbaQuadruplet colorText) Sets the color for the text when displaying the name of this state (e.g. as a tag).voidProjectPortalTag.setColorText(RgbaQuadruplet colorText) Sets the text color of this tag, used when the tag is displayed in the UI. -
Uses of RgbaQuadruplet in de.xima.fc.jpa
Classes in de.xima.fc.jpa that implement interfaces with type arguments of type RgbaQuadrupletMethods in de.xima.fc.jpa that return RgbaQuadrupletModifier and TypeMethodDescriptionRgbaQuadrupletConverter.convertToEntityAttribute(String dbData) Methods in de.xima.fc.jpa with parameters of type RgbaQuadrupletModifier and TypeMethodDescriptionRgbaQuadrupletConverter.convertToDatabaseColumn(RgbaQuadruplet attribute) -
Uses of RgbaQuadruplet in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support with parameters of type RgbaQuadrupletModifier and TypeMethodDescriptionIPromptImageConvertBuilder.backgroundColor(RgbaQuadruplet backgroundColor) Sets the background color of the image, used as a default color for pixels, e.g. when the source image has transparency or when the image is resized and the canvas is larger than the image.