Package com.google.common.css.compiler.gssfunctions
package com.google.common.css.compiler.gssfunctions
-
ClassesClassDescriptionProvides the default set of functions that are bundled with Closure Stylesheets.Container for common GSS functions.Implementation of the addHsbToCssColor GSS function.The "add()" function adds a list of numeric values.Implementation of the adjustBrightness GSS function.Base implementation of the color blending GSS function.Abstract base class providing HSL color space manipulation functions.Implementation of the blendColorsHsb GSS function.Implementation of the blendColorsRgb GSS function.Implementation of the concat(…) GssFunction.Decrease the lightness of a color.Decrease the saturation of the specified color.A
GssFunctionthat returns the quotient of its arguments.Convert the color to a grayscale (desaturation with amount of 100).Increase the lightness of a color.The "makeContrastingColor" function generates a contrasting color with the same hue as the input color.Implementation of the makeMutedColor GSS function.Takes an input color and sets its alpha component without affecting the RGB components.AGssFunctionthat returns the max value from its list of arguments.AGssFunctionthat returns the min value from its list of arguments.AGssFunctionthat returns the product of its arguments.Increase the saturation of the specified color.Allows the equivalent of the ternary operator in GSS, using three@defstatements as inputs.Increase or decrease the hue of a color.The "sub()" function subtracts a list of numeric values.