| Adds a bunch of lesscss.org color operation functions to help with common cartographic needs. Functions working with alpha have not been added, as alpha is managed as a separate entity in SLD and derivatives. Added functions from the SPI registration file:
org.geotools.filter.function.color.HSLFunction
org.geotools.filter.function.color.SaturateFunction
org.geotools.filter.function.color.DesaturateFunction
org.geotools.filter.function.color.DarkenFunction
org.geotools.filter.function.color.LightenFunction
org.geotools.filter.function.color.SpinFunction
org.geotools.filter.function.color.MixFunction
org.geotools.filter.function.color.TintFunction
org.geotools.filter.function.color.ShadeFunction
org.geotools.filter.function.color.GrayscaleFunction
org.geotools.filter.function.color.ConstrastFunction
|