Package guideme.color

Class LightnessFunction

java.lang.Object
guideme.color.LightnessFunction
All Implemented Interfaces:
ColorValue

public class LightnessFunction extends Object implements ColorValue
Applies a function to an existing color that makes it lighter or darker by a given percentage.
  • Constructor Details

    • LightnessFunction

      public LightnessFunction(ColorValue color, float percentage)
  • Method Details