Class GssFunctions.BlendColorsHsb
- java.lang.Object
-
- com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
-
- com.google.common.css.compiler.gssfunctions.GssFunctions.BlendColorsHsb
-
- All Implemented Interfaces:
GssFunction
- Enclosing class:
- GssFunctions
public static class GssFunctions.BlendColorsHsb extends GssFunctions.BaseBlendColors
Implementation of the blendColorsHsb GSS function. Returns a color half way between the two colors supplied as arguments.
-
-
Constructor Summary
Constructors Constructor Description BlendColorsHsb()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringblend(java.lang.String startColorStr, java.lang.String endColorStr)-
Methods inherited from class com.google.common.css.compiler.gssfunctions.GssFunctions.BaseBlendColors
getCallResultNodes, getCallResultString, getNumExpectedArguments
-
-
-
-
Method Detail
-
blend
public java.lang.String blend(java.lang.String startColorStr, java.lang.String endColorStr)- Specified by:
blendin classGssFunctions.BaseBlendColors
-
-