Uses of Class
com.helger.css.decl.CSSHSL
-
Packages that use CSSHSL Package Description com.helger.css.decl com.helger.css.utils -
-
Uses of CSSHSL in com.helger.css.decl
Methods in com.helger.css.decl that return CSSHSL Modifier and Type Method Description CSSHSLCSSHSLA. getAsHSL()CSSHSLCSSHSL. getClone()CSSHSLCSSHSL. setHue(String sHue)CSSHSLCSSHSL. setLightness(String sLightness)CSSHSLCSSHSL. setSaturation(String sSaturation)Constructors in com.helger.css.decl with parameters of type CSSHSL Constructor Description CSSHSL(CSSHSL aOther)Copy constructorCSSHSLA(CSSHSL aOther, float fOpacity)ConstructorCSSHSLA(CSSHSL aOther, String sOpacity)Constructor -
Uses of CSSHSL in com.helger.css.utils
Methods in com.helger.css.utils that return CSSHSL Modifier and Type Method Description CSSHSLECSSColor. getAsHSL()static CSSHSLCSSColorHelper. getParsedHSLColorValue(String sValue)
-