Uses of Interface
com.formdev.flatlaf.util.ColorFunctions.ColorFunction
-
Packages that use ColorFunctions.ColorFunction Package Description com.formdev.flatlaf com.formdev.flatlaf.util -
-
Uses of ColorFunctions.ColorFunction in com.formdev.flatlaf
Methods in com.formdev.flatlaf with parameters of type ColorFunctions.ColorFunction Modifier and Type Method Description private static java.lang.Object
UIDefaultsLoader. parseFunctionBaseColor(java.lang.String colorStr, ColorFunctions.ColorFunction function, boolean derived, java.util.function.Function<java.lang.String,java.lang.String> resolver)
-
Uses of ColorFunctions.ColorFunction in com.formdev.flatlaf.util
Classes in com.formdev.flatlaf.util that implement ColorFunctions.ColorFunction Modifier and Type Class Description static class
ColorFunctions.Fade
Set the alpha of a color.static class
ColorFunctions.HSLChange
Set the hue, saturation, luminance or alpha of a color.static class
ColorFunctions.HSLIncreaseDecrease
Increase or decrease hue, saturation, luminance or alpha of a color in the HSL color space by an absolute or relative amount.static class
ColorFunctions.Mix
Mix two colors.Fields in com.formdev.flatlaf.util declared as ColorFunctions.ColorFunction Modifier and Type Field Description private ColorFunctions.ColorFunction[]
DerivedColor. functions
Methods in com.formdev.flatlaf.util that return ColorFunctions.ColorFunction Modifier and Type Method Description ColorFunctions.ColorFunction[]
DerivedColor. getFunctions()
Methods in com.formdev.flatlaf.util with parameters of type ColorFunctions.ColorFunction Modifier and Type Method Description static java.awt.Color
ColorFunctions. applyFunctions(java.awt.Color color, ColorFunctions.ColorFunction... functions)
Applies the given color functions to the given color and returns the new color.Constructors in com.formdev.flatlaf.util with parameters of type ColorFunctions.ColorFunction Constructor Description DerivedColor(java.awt.Color defaultColor, ColorFunctions.ColorFunction... functions)
-