UNPKG

147 BTypeScriptView Raw
1/** Converts HSV components to a hex color string (without # prefix). */
2export declare function hsv2hex(h: number, s: number, v: number): string;