public class ColorUtils
extends java.lang.Object
Constructor and Description |
---|
ColorUtils() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
getColorBetween(java.awt.Color x,
java.awt.Color y,
float blending)
Used to get the color between the two colors based on how far the progress is between them
|
public static java.awt.Color getColorBetween(java.awt.Color x, java.awt.Color y, float blending)
x
- The first colory
- The second colorblending
- How far between the two (0-1)