Uses of Interface
com.formdev.flatlaf.util.ColorFunctions.ColorFunction
Packages that use ColorFunctions.ColorFunction
-
Uses of ColorFunctions.ColorFunction in com.formdev.flatlaf
Methods in com.formdev.flatlaf with parameters of type ColorFunctions.ColorFunctionModifier and TypeMethodDescriptionprivate static Object
UIDefaultsLoader.parseFunctionBaseColor
(String colorStr, ColorFunctions.ColorFunction function, boolean derived, Function<String, String> resolver) -
Uses of ColorFunctions.ColorFunction in com.formdev.flatlaf.util
Classes in com.formdev.flatlaf.util that implement ColorFunctions.ColorFunctionModifier and TypeClassDescriptionstatic class
Set the alpha of a color.static class
Set the hue, saturation, luminance or alpha of a color.static class
Increase or decrease hue, saturation, luminance or alpha of a color in the HSL color space by an absolute or relative amount.static class
Mix two colors.Fields in com.formdev.flatlaf.util declared as ColorFunctions.ColorFunctionModifier and TypeFieldDescriptionprivate final ColorFunctions.ColorFunction[]
DerivedColor.functions
Methods in com.formdev.flatlaf.util that return ColorFunctions.ColorFunctionMethods in com.formdev.flatlaf.util with parameters of type ColorFunctions.ColorFunctionModifier and TypeMethodDescriptionstatic Color
ColorFunctions.applyFunctions
(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.ColorFunctionModifierConstructorDescriptionDerivedColor
(Color defaultColor, ColorFunctions.ColorFunction... functions)