| DefaultGssFunctionMapProvider |
Provides the default set of functions that are bundled with Closure
Stylesheets.
|
| GssFunctions |
Container for common GSS functions.
|
| GssFunctions.AddHsbToCssColor |
Implementation of the addHsbToCssColor GSS function.
|
| GssFunctions.AddToNumericValue |
The "add()" function adds a list of numeric values.
|
| GssFunctions.AdjustBrightness |
Implementation of the adjustBrightness GSS function.
|
| GssFunctions.BaseBlendColors |
Base implementation of the color blending GSS function.
|
| GssFunctions.BaseHslColorManipulation |
Abstract base class providing HSL color space manipulation functions.
|
| GssFunctions.BlendColorsHsb |
Implementation of the blendColorsHsb GSS function.
|
| GssFunctions.BlendColorsRgb |
Implementation of the blendColorsRgb GSS function.
|
| GssFunctions.Concat |
Implementation of the concat(…) GssFunction.
|
| GssFunctions.Darken |
Decrease the lightness of a color.
|
| GssFunctions.DesaturateColor |
Decrease the saturation of the specified color.
|
| GssFunctions.Div |
A GssFunction that returns the quotient of its arguments.
|
| GssFunctions.Greyscale |
Convert the color to a grayscale (desaturation with amount of 100).
|
| GssFunctions.Lighten |
Increase the lightness of a color.
|
| GssFunctions.MakeContrastingColor |
The "makeContrastingColor" function generates a contrasting color with the
same hue as the input color.
|
| GssFunctions.MakeMutedColor |
Implementation of the makeMutedColor GSS function.
|
| GssFunctions.MakeTranslucent |
Takes an input color and sets its alpha component without affecting
the RGB components.
|
| GssFunctions.MaxValue |
A GssFunction that returns the max value from its list of
arguments.
|
| GssFunctions.MinValue |
A GssFunction that returns the min value from its list of
arguments.
|
| GssFunctions.Mult |
A GssFunction that returns the product of its arguments.
|
| GssFunctions.SaturateColor |
Increase the saturation of the specified color.
|
| GssFunctions.SelectFrom |
Allows the equivalent of the ternary operator in GSS, using three
@def statements as inputs.
|
| GssFunctions.Spin |
Increase or decrease the hue of a color.
|
| GssFunctions.SubtractFromNumericValue |
The "sub()" function subtracts a list of numeric values.
|