• select method factory Select method returns the most fitting value for the color scheme you are currently running on.

    Parameters

    Returns (<V>(options) => V)

    Function

      • <V>(options): V
      • Type Parameters

        • V

        Parameters

        • options: {
              dark: undefined | V;
              default: undefined | V;
              light: undefined | V;
          }
          • dark: undefined | V
          • default: undefined | V
          • light: undefined | V

        Returns V

Generated using TypeDoc