public final class ColorIndex extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int[] |
indexedColors
Default indexed color
|
static Color[] |
themeColors
Defined 12 base theme color
|
| 构造器和说明 |
|---|
ColorIndex() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
colorNullEqualsBlack(Color color1,
Color color2)
颜色比较,
null与Color.BLACK等价 |
static int |
indexOf(Color color) |
static int |
indexOf(int rgb) |
static String |
toARGB(Color color)
to argb string
|
static String |
toARGB(int rgb) |
static String |
toRGB(Color color)
to rgb string
|
static String |
toRGB(int rgb) |
public static final int[] indexedColors
public static final Color[] themeColors
Copyright © 2025. All rights reserved.