Class ColorUtils

  • All Implemented Interfaces:

    
    public class ColorUtils
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorUtils()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String toHexColorPrefix(int rgb)
      static String toHexColorPrefix(int r, int g, int b)
      static int getRed(int rgb)
      static int getGreen(int rgb)
      static int getBlue(int rgb)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait