Interface PaletteCanvas.Builder

  • Method Details

    • containerBackground

      PaletteCanvas.Builder containerBackground(String containerBackground)

      The background color for container elements.

      Parameters:
      containerBackground - The background color for container elements.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageBackground

      PaletteCanvas.Builder pageBackground(String pageBackground)

      The background color for page elements.

      Parameters:
      pageBackground - The background color for page elements.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeBackground

      PaletteCanvas.Builder activeBackground(String activeBackground)

      The background color for active elements.

      Parameters:
      activeBackground - The background color for active elements.
      Returns:
      Returns a reference to this object so that method calls can be chained together.