类 ColorUtils

java.lang.Object
com.github.aqiu202.util.color.ColorUtils

public abstract class ColorUtils extends Object
  • 字段详细资料

    • COLOR_RGB_START

      public static final int COLOR_RGB_START
      另请参阅:
    • COLOR_RGB_DEEP_END

      public static final int COLOR_RGB_DEEP_END
      另请参阅:
    • COLOR_RGB_MIDDLE_START

      public static final int COLOR_RGB_MIDDLE_START
      另请参阅:
    • COLOR_RGB_MIDDLE_END

      public static final int COLOR_RGB_MIDDLE_END
      另请参阅:
    • COLOR_RGB_LIGHT_START

      public static final int COLOR_RGB_LIGHT_START
      另请参阅:
    • COLOR_RGB_END

      public static final int COLOR_RGB_END
      另请参阅:
  • 构造器详细资料

    • ColorUtils

      public ColorUtils()
  • 方法详细资料

    • randomColor

      public static Color randomColor(int start, int end)
    • randomColor

      public static Color randomColor()
    • randomDeepColor

      public static Color randomDeepColor()
    • randomLightColor

      public static Color randomLightColor()
    • randomMiddleColor

      public static Color randomMiddleColor()
    • getRandomIntColor

      public static int getRandomIntColor()
    • getRandomIntColor

      public static int getRandomIntColor(int start, int end)