Uses of Class
org.teamapps.common.format.Color
-
Uses of Color in org.teamapps.common.format
Methods 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. 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)