Uses of Class
com.helger.css.decl.CSSHSLA
-
Packages that use CSSHSLA Package Description com.helger.css.decl com.helger.css.utils -
-
Uses of CSSHSLA in com.helger.css.decl
Methods in com.helger.css.decl that return CSSHSLA Modifier and Type Method Description CSSHSLACSSHSL. getAsHSLA(float fOpacity)Convert this value to an HSLA value.CSSHSLACSSHSL. getAsHSLA(String sOpacity)Convert this value to an HSLA value.CSSHSLACSSHSLA. getClone()CSSHSLACSSHSLA. setHue(String sHue)CSSHSLACSSHSLA. setLightness(String sLightness)CSSHSLACSSHSLA. setOpacity(String sOpacity)CSSHSLACSSHSLA. setSaturation(String sSaturation)Constructors in com.helger.css.decl with parameters of type CSSHSLA Constructor Description CSSHSLA(CSSHSLA aOther)Copy constructor -
Uses of CSSHSLA in com.helger.css.utils
Methods in com.helger.css.utils that return CSSHSLA Modifier and Type Method Description CSSHSLAECSSColor. getAsHSLA(float fOpacity)static CSSHSLACSSColorHelper. getParsedHSLAColorValue(String sValue)
-