Class GssFunctions.SaturateColor

java.lang.Object
com.google.common.css.compiler.gssfunctions.GssFunctions.BaseHslColorManipulation
com.google.common.css.compiler.gssfunctions.GssFunctions.SaturateColor
All Implemented Interfaces:
GssFunction
Enclosing class:
GssFunctions

public static class GssFunctions.SaturateColor extends GssFunctions.BaseHslColorManipulation implements GssFunction
Increase the saturation of the specified color. First argument is the color, second is the absolute amount of saturation in HSL color space to add (from 0 to 100).