Class Color



  • public class Color
    extends java.lang.Object
    Definition of util class that resolves color in the chat theme
    • Constructor Summary

      Constructors 
      Constructor and Description
      Color() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int getThemeAccentColor(Context context)
      Resolves the accent color of the current theme.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Color

        public Color()
    • Method Detail

      • getThemeAccentColor

        public static int getThemeAccentColor(Context context)
        Resolves the accent color of the current theme.
        Parameters:
        context - for the theme
        Returns:
        color code, or 0 if not resolved