Uses of Class
org.geotools.filter.function.color.HSLColor
Packages that use HSLColor
-
Uses of HSLColor in org.geotools.filter.function.color
Methods in org.geotools.filter.function.color with parameters of type HSLColorModifier and TypeMethodDescriptionprotected abstract voidAbstractHSLFunction.adjustAbsolute(float amount, HSLColor hsl) protected voidDarkenFunction.adjustAbsolute(float amount, HSLColor hsl) protected voidDesaturateFunction.adjustAbsolute(float amount, HSLColor hsl) protected voidLightenFunction.adjustAbsolute(float amount, HSLColor hsl) protected voidSaturateFunction.adjustAbsolute(float amount, HSLColor hsl) protected abstract voidAbstractHSLFunction.adjustRelative(float amount, HSLColor hsl) protected voidDarkenFunction.adjustRelative(float amount, HSLColor hsl) protected voidDesaturateFunction.adjustRelative(float amount, HSLColor hsl) protected voidLightenFunction.adjustRelative(float amount, HSLColor hsl) protected voidSaturateFunction.adjustRelative(float amount, HSLColor hsl)