| Package | Description |
|---|---|
| com.helger.css.decl | |
| com.helger.css.utils |
| Modifier and Type | Method and Description |
|---|---|
CSSRGB |
CSSRGBA.getAsRGB() |
CSSRGB |
CSSRGBA.getAsRGB() |
CSSRGB |
CSSRGB.getClone() |
CSSRGB |
CSSRGB.getClone() |
CSSRGB |
CSSRGB.setBlue(String sBlue) |
CSSRGB |
CSSRGB.setBlue(String sBlue) |
CSSRGB |
CSSRGB.setGreen(String sGreen) |
CSSRGB |
CSSRGB.setGreen(String sGreen) |
CSSRGB |
CSSRGB.setRed(String sRed) |
CSSRGB |
CSSRGB.setRed(String sRed) |
| Constructor and Description |
|---|
CSSRGB(CSSRGB aOther)
Copy constructor
|
CSSRGB(CSSRGB aOther)
Copy constructor
|
CSSRGBA(CSSRGB aOther,
float fOpacity)
Constructor
|
CSSRGBA(CSSRGB aOther,
float fOpacity)
Constructor
|
CSSRGBA(CSSRGB aOther,
String sOpacity)
Constructor
|
CSSRGBA(CSSRGB aOther,
String sOpacity)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CSSRGB |
ECSSColor.getAsRGB() |
CSSRGB |
ECSSColor.getAsRGB() |
static CSSRGB |
CSSColorHelper.getParsedRGBColorValue(String sValue)
Extract the CSS RGB color value from the passed String.
|
static CSSRGB |
CSSColorHelper.getParsedRGBColorValue(String sValue)
Extract the CSS RGB color value from the passed String.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.