Class CssColors
java.lang.Object
org.htmlunit.css.CssColors
Helper to work with colors.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisColorKeyword(String token) Returns if the specified token is a reserved color keyword.static StringtoRGBColor(String color) Gets the RGB equivalent of a CSS color if the provided color is recognized.
-
Field Details
-
CSSColors_
-
-
Constructor Details
-
CssColors
private CssColors()
-
-
Method Details
-
isColorKeyword
Returns if the specified token is a reserved color keyword.- Parameters:
token- the token to check- Returns:
- whether the token is a reserved color keyword or not
-
toRGBColor
-