public class ColorUtil
extends java.lang.Object
| Constructor and Description |
|---|
ColorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getColor(int baseColor,
float alphaPercent) |
static int |
getMiddleColor(int prevColor,
int curColor,
float factor) |