Package com.formdev.flatlaf.util
Class ColorFunctions.HSLChange
java.lang.Object
com.formdev.flatlaf.util.ColorFunctions.HSLChange
- All Implemented Interfaces:
ColorFunctions.ColorFunction
- Enclosing class:
ColorFunctions
Set the hue, saturation, luminance or alpha of a color.
- Since:
- 1.6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hslIndex
public final int hslIndex -
value
public final float value
-
-
Constructor Details
-
HSLChange
public HSLChange(int hslIndex, float value)
-
-
Method Details
-
apply
public void apply(float[] hsla) - Specified by:
apply
in interfaceColorFunctions.ColorFunction
-
toString
-