Class ColorUtil
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.ui.ColorUtil
-
public class ColorUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ColorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Colordarker(Color clr, double fraction)static floatgetBrightness(Color clr)static floatgetHue(Color clr)static floatgetSaturation(Color clr)static Colorgray(int grayVal)static Colorlighter(Color clr)static Colorlighter(Color clr, double saturationFraction)static Coloropaque(Color clr)static Colorsaturate(Color clr, double saturation)static ColorsetAlpha(Color clr, int alpha)
-