Interface HighlightGenerator.Palette

  • Enclosing class:
    HighlightGenerator

    public static interface HighlightGenerator.Palette
    Defines a color palette, the palette should provide a color the specified identifier (id).
    • Method Detail

      • color

        Color color​(int id)
        Obtain the color in index, id.
        Parameters:
        id - the id of the color
        Returns:
        a color