Uses of Class
com.helger.css.decl.CSSRGB
-
Packages that use CSSRGB Package Description com.helger.css.decl com.helger.css.utils -
-
Uses of CSSRGB in com.helger.css.decl
Methods in com.helger.css.decl that return CSSRGB Modifier and Type Method Description CSSRGBCSSRGBA. getAsRGB()CSSRGBCSSRGB. getClone()CSSRGBCSSRGB. setBlue(String sBlue)CSSRGBCSSRGB. setGreen(String sGreen)CSSRGBCSSRGB. setRed(String sRed)Constructors in com.helger.css.decl with parameters of type CSSRGB Constructor Description CSSRGB(CSSRGB aOther)Copy constructorCSSRGBA(CSSRGB aOther, float fOpacity)ConstructorCSSRGBA(CSSRGB aOther, String sOpacity)Constructor -
Uses of CSSRGB in com.helger.css.utils
Methods in com.helger.css.utils that return CSSRGB Modifier and Type Method Description CSSRGBECSSColor. getAsRGB()static CSSRGBCSSColorHelper. getParsedRGBColorValue(String sValue)Extract the CSS RGB color value from the passed String.
-