@tempots/color

HSV.fromString property

Creates an HSV color object from a string representation. The string should be in the format "hsv(h, s%, v%)" where h, s, and v are numeric values.

Signature:

static readonly fromString: (s: string) => HSV;