Interface Palette.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Palette.Builder,Palette>, SdkBuilder<Palette.Builder,Palette>, SdkPojo
Enclosing class:
Palette

@Mutable @NotThreadSafe public static interface Palette.Builder extends SdkPojo, CopyableBuilder<Palette.Builder,Palette>
  • Method Details

    • foreground

      Palette.Builder foreground(String foreground)

      The foreground color.

      Parameters:
      foreground - The foreground color.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • background

      Palette.Builder background(String background)

      The background color.

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