Uses of Interface
com.formdev.flatlaf.util.ColorFunctions.ColorFunction
Packages that use ColorFunctions.ColorFunction
-
Uses of ColorFunctions.ColorFunction in com.formdev.flatlaf.util
Classes in com.formdev.flatlaf.util that implement ColorFunctions.ColorFunctionModifier and TypeClassDescriptionstatic classSet the alpha of a color.static classSet the hue, saturation, luminance or alpha of a color.static classIncrease or decrease hue, saturation, luminance or alpha of a color in the HSL color space by an absolute or relative amount.static classMix two colors usingColorFunctions.mix(Color, Color, float).static classMix two colors usingColorFunctions.mix(Color, Color, float).Methods in com.formdev.flatlaf.util that return ColorFunctions.ColorFunctionMethods in com.formdev.flatlaf.util with parameters of type ColorFunctions.ColorFunctionModifier and TypeMethodDescriptionstatic ColorColorFunctions.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)