Class LightenFunction
Object
ExpressionAbstract
FunctionImpl
AbstractHSLFunction
LightenFunction
- All Implemented Interfaces:
Expression,Function
Implements the lesscss.org lighten function
- Author:
- Andrea Aime - GeoSolutions
-
Field Summary
Fields inherited from class AbstractHSLFunction
NAMEFields inherited from class FunctionImpl
functionNameFields inherited from interface Expression
NIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidadjustAbsolute(float amount, HSLColor hsl) protected voidadjustRelative(float amount, HSLColor hsl) Methods inherited from class AbstractHSLFunction
evaluate, toStringMethods inherited from class FunctionImpl
accept, dispatchArguments, equals, functionName, getFallbackValue, getFunctionName, getName, getParameters, getParameterValue, getParameterValue, hashCode, setFallbackValue, setName, setParametersMethods inherited from class ExpressionAbstract
evaluateMethods inherited from interface Expression
evaluate
-
Constructor Details
-
LightenFunction
public LightenFunction()
-
-
Method Details
-
adjustRelative
- Specified by:
adjustRelativein classAbstractHSLFunction
-
adjustAbsolute
- Specified by:
adjustAbsolutein classAbstractHSLFunction
-