@dragonspark/chroma-kit
    Preparing search index...

    Type Alias ColorParserFn

    ColorParserFn: (input: string) => Color

    Type for a color parser function that converts a string to a Color object.

    Type declaration

      • (input: string): Color
      • Parameters

        • input: string

        Returns Color