UNPKG

niram

Version:

A javascript library to convert between various css colour formats.

8 lines (7 loc) 273 B
export declare function hslToRgb(type: string, hueDegree: number, satPercent: string | number, levelPercent: string | number, alphaFraction?: string | number): { type: string; redHex: string; greenHex: string; blueHex: string; alphaFraction: number; };