Package de.femtopedia.studip.util.colors
Class Color
java.lang.Object
de.femtopedia.studip.util.colors.Color
Class representing a color in the Stud.IP schedule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetColor()Translates the current color into its argb equivalent.
-
Constructor Details
-
Color
public Color()
-
-
Method Details
-
getColor
public long getColor()Translates the current color into its argb equivalent.- Returns:
- the argb equivalent color.
-