Uses of Class
org.teamapps.common.format.Color
-
Uses of Color in org.teamapps.common.format
Fields in org.teamapps.common.format with type parameters of type Color Modifier and Type Field Description static java.util.Map<java.lang.String,Color>Color. cssStandardColorsByNameMethods in org.teamapps.common.format that return Color Modifier and Type Method Description static ColorColor. from(java.awt.Color color)static ColorColor. from(java.awt.Color color, float alpha)static ColorColor. fromHex(java.lang.String hex)static ColorColor. fromHsba(float h, float s, float b, float alpha)static ColorColor. fromHsla(float h, float s, float l, float alpha)static ColorColor. fromHtmlString(java.lang.String value)static ColorColor. fromRgbaValue(int rgba)static ColorColor. fromRgbValue(int rgb)ColorColor. withAlpha(float alpha)static ColorColor. withAlpha(Color color, float alpha)ColorColor. withBrightness(float brightnessZeroToOne)ColorColor. withLuminance(float luminanceZeroToOne)Methods in org.teamapps.common.format with parameters of type Color Modifier and Type Method Description static ColorColor. withAlpha(Color color, float alpha)