Class GssFunctions.MakeTranslucent

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

public static class GssFunctions.MakeTranslucent extends Object implements GssFunction
Takes an input color and sets its alpha component without affecting the RGB components. Usage: makeTranslucent(existingColor, alphaValue);