public class ColorUtil extends Object
| Constructor and Description |
|---|
ColorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Color |
blend(Color c1,
Color c2)
Blends the two supplied colors.
|
static Color |
blend(Color c1,
Color c2,
float firstperc)
Blends the two supplied colors, using the supplied percentage
as the amount of the first color to use.
|
Copyright © 2015. All rights reserved.