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
NAME
Fields inherited from class FunctionImpl
functionName
Fields inherited from interface Expression
NIL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
adjustAbsolute
(float amount, HSLColor hsl) protected void
adjustRelative
(float amount, HSLColor hsl) Methods inherited from class AbstractHSLFunction
evaluate, toString
Methods inherited from class FunctionImpl
accept, dispatchArguments, equals, functionName, getFallbackValue, getFunctionName, getName, getParameters, getParameterValue, getParameterValue, hashCode, setFallbackValue, setName, setParameters
Methods inherited from class ExpressionAbstract
evaluate
Methods inherited from interface Expression
evaluate
-
Constructor Details
-
LightenFunction
public LightenFunction()
-
-
Method Details
-
adjustRelative
- Specified by:
adjustRelative
in classAbstractHSLFunction
-
adjustAbsolute
- Specified by:
adjustAbsolute
in classAbstractHSLFunction
-