Package guideme.color
Class LightnessFunction
java.lang.Object
guideme.color.LightnessFunction
- All Implemented Interfaces:
ColorValue
Applies a function to an existing color that makes it lighter or darker by a given percentage.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
resolve
(LightDarkMode lightDarkMode) Resolve as ARGB 32-bit.
-
Constructor Details
-
LightnessFunction
-
-
Method Details
-
resolve
Description copied from interface:ColorValue
Resolve as ARGB 32-bit.- Specified by:
resolve
in interfaceColorValue
-