Class GssFunctions.BaseBlendColors

java.lang.Object
com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
All Implemented Interfaces:
GssFunction
Direct Known Subclasses:
GssFunctions.BlendColorsHsb, GssFunctions.BlendColorsRgb
Enclosing class:
GssFunctions

public abstract static class GssFunctions.BaseBlendColors extends Object implements GssFunction
Base implementation of the color blending GSS function. Returns a color half way between the two colors supplied as arguments.