public class ColorUtil extends Object
Constructor and Description |
---|
ColorUtil() |
Modifier and Type | Method and Description |
---|---|
static Color |
gray(int grayVal) |
static Color |
lighter(Color clr) |
static Color |
lighter(Color clr,
double saturationFraction) |
static Color |
opaque(Color clr) |
static Color |
saturate(Color clr,
double saturation) |
Copyright © 2017. All rights reserved.