Uses of Interface
com.formdev.flatlaf.util.ColorFunctions.ColorFunction
-
Packages that use ColorFunctions.ColorFunction Package Description com.formdev.flatlaf.util -
-
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.HSLIncreaseDecrease
Increase or decrease hue, saturation or luminance of a color in the HSL color space by an absolute or relative amount.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)
Constructors in com.formdev.flatlaf.util with parameters of type ColorFunctions.ColorFunction Constructor Description DerivedColor(java.awt.Color defaultColor, ColorFunctions.ColorFunction... functions)
-