Uses of Class
org.htmlunit.html.impl.Color
-
Packages that use Color Package Description org.htmlunit.platform.canvas.rendering Implementations of the canvas rendering backend - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.util Miscellaneous utilities. -
-
Uses of Color in org.htmlunit.platform.canvas.rendering
Methods in org.htmlunit.platform.canvas.rendering with parameters of type Color Modifier and Type Method Description private static java.awt.Color
AwtRenderingBackend. toAwtColor(Color color)
-
Uses of Color in org.htmlunit.util
Methods in org.htmlunit.util that return Color Modifier and Type Method Description static Color
StringUtils. asColorHexadecimal(java.lang.String token)
Returns a Color parsed from the given RGB in hexadecimal notation.static Color
StringUtils. findColorHSL(java.lang.String token)
Returns a Color parsed from the given hsl notation if found inside the given string.static Color
StringUtils. findColorRGB(java.lang.String token)
Returns a Color parsed from the given rgb notation if found inside the given string.static Color
StringUtils. findColorRGBA(java.lang.String token)
Returns a Color parsed from the given rgb notation.private static Color
StringUtils. hslToRgb(float h, float s, float l)
Converts an HSL color value to RGB.Methods in org.htmlunit.util with parameters of type Color Modifier and Type Method Description static java.lang.String
StringUtils. formatColor(Color color)
Formats the specified color.
-