Uses of Class
com.helger.css.decl.CSSRGBA
-
Packages that use CSSRGBA Package Description com.helger.css.decl com.helger.css.utils -
-
Uses of CSSRGBA in com.helger.css.decl
Methods in com.helger.css.decl that return CSSRGBA Modifier and Type Method Description CSSRGBACSSRGB. getAsRGBA(float fOpacity)Convert this value to an RGBA value.CSSRGBACSSRGB. getAsRGBA(String sOpacity)Convert this value to an RGBA value.CSSRGBACSSRGBA. getClone()CSSRGBACSSRGBA. setBlue(String sBlue)CSSRGBACSSRGBA. setGreen(String sGreen)CSSRGBACSSRGBA. setOpacity(String sOpacity)CSSRGBACSSRGBA. setRed(String sRed)Constructors in com.helger.css.decl with parameters of type CSSRGBA Constructor Description CSSRGBA(CSSRGBA aOther)Copy constructor -
Uses of CSSRGBA in com.helger.css.utils
Methods in com.helger.css.utils that return CSSRGBA Modifier and Type Method Description CSSRGBAECSSColor. getAsRGBA(float fOpacity)static CSSRGBACSSColorHelper. getParsedRGBAColorValue(String sValue)
-