Class ColorFunctions.HSLIncreaseDecrease

java.lang.Object
com.formdev.flatlaf.util.ColorFunctions.HSLIncreaseDecrease
All Implemented Interfaces:
ColorFunctions.ColorFunction
Enclosing class:
ColorFunctions

public static class ColorFunctions.HSLIncreaseDecrease extends Object implements ColorFunctions.ColorFunction
Increase or decrease hue, saturation, luminance or alpha of a color in the HSL color space by an absolute or relative amount.
  • Field Details

    • hslIndex

      public final int hslIndex
    • increase

      public final boolean increase
    • amount

      public final float amount
    • relative

      public final boolean relative
    • autoInverse

      public final boolean autoInverse
  • Constructor Details

    • HSLIncreaseDecrease

      public HSLIncreaseDecrease(int hslIndex, boolean increase, float amount, boolean relative, boolean autoInverse)
  • Method Details