Uses of Class
rocks.xmpp.extensions.colors.ConsistentColor
-
Packages that use ConsistentColor Package Description rocks.xmpp.extensions.colors Provides an implementation of XEP-0392: Consistent Color Generation. -
-
Uses of ConsistentColor in rocks.xmpp.extensions.colors
Methods in rocks.xmpp.extensions.colors that return ConsistentColor Modifier and Type Method Description ConsistentColor
ConsistentColor. adaptForBackground(float red, float green, float blue)
Adapts the color for a background color.static ConsistentColor
ConsistentColor. generate(CharSequence input)
Generates a color for an input string.static ConsistentColor
ConsistentColor. generate(CharSequence input, ConsistentColor.ColorVisionDeficiency colorVisionDeficiency)
Generates a color for an input string and for a color vision deficiency.static ConsistentColor
ConsistentColor. generate(CharSequence input, ConsistentColor.ColorVisionDeficiency colorVisionDeficiency, float y)
Generates a color for an input string and for a color vision deficiency.
-