Package com.treescrub.spedran.data
Class NameColor
- java.lang.Object
-
- com.treescrub.spedran.data.NameColor
-
public class NameColor extends Object
Represents a color preset for a user's name.
Has light and dark colors for light and dark backgrounds.
This class is immutable and thread-safe.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetDark()Gets the color for use on dark backgrounds.ColorgetLight()Gets the color for use on light backgrounds.StringtoString()
-