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.ColorAwtRenderingBackend. toAwtColor(Color color) -
Uses of Color in org.htmlunit.util
Methods in org.htmlunit.util that return Color Modifier and Type Method Description static ColorStringUtils. asColorHexadecimal(java.lang.String token)Returns a Color parsed from the given RGB in hexadecimal notation.static ColorStringUtils. findColorHSL(java.lang.String token)Returns a Color parsed from the given hsl notation if found inside the given string.static ColorStringUtils. findColorRGB(java.lang.String token)Returns a Color parsed from the given rgb notation if found inside the given string.static ColorStringUtils. findColorRGBA(java.lang.String token)Returns a Color parsed from the given rgb notation.private static ColorStringUtils. 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.StringStringUtils. formatColor(Color color)Formats the specified color.
-