Package com.github.weisj.darklaf.util
Class ColorUtil
java.lang.Object
com.github.weisj.darklaf.util.ColorUtil
public final class ColorUtil extends Object
-
Method Summary
Modifier and Type Method Description static ColorfromHex(String str)static ColorfromHex(String str, Color defaultValue)static ColorremoveAlpha(Color color)static Colorshift(Color c, double d)static ColortoAlpha(Color color, double alpha)static ColortoAlpha(Color color, int a)static StringtoHex(Color color)