public abstract class ColorUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COLOR_RGB_DEEP_END |
static int |
COLOR_RGB_END |
static int |
COLOR_RGB_LIGHT_START |
static int |
COLOR_RGB_MIDDLE_END |
static int |
COLOR_RGB_MIDDLE_START |
static int |
COLOR_RGB_START |
| 构造器和说明 |
|---|
ColorUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
getRandomIntColor() |
static int |
getRandomIntColor(int start,
int end) |
static Color |
randomColor() |
static Color |
randomColor(int start,
int end) |
static Color |
randomDeepColor() |
static Color |
randomLightColor() |
static Color |
randomMiddleColor() |
public static final int COLOR_RGB_START
public static final int COLOR_RGB_DEEP_END
public static final int COLOR_RGB_MIDDLE_START
public static final int COLOR_RGB_MIDDLE_END
public static final int COLOR_RGB_LIGHT_START
public static final int COLOR_RGB_END
public static Color randomColor(int start, int end)
public static Color randomColor()
public static Color randomDeepColor()
public static Color randomLightColor()
public static Color randomMiddleColor()
public static int getRandomIntColor()
public static int getRandomIntColor(int start,
int end)
Copyright © 2022. All rights reserved.