Class WebColor


public class WebColor extends RgbColor
Represents an RGB color created using the web hexadecimal convention.
  • Constructor Details

    • WebColor

      public WebColor(String webHexString)
      Initializes a new instance of the WebColor class.
      Parameters:
      webHexString - The hexadecimal string representing the color.