UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

4 lines (3 loc) 187 B
import { IRGB } from './interfaces'; /** Converts HSL components to an RGB color. Does not set the alpha value. */ export declare function hsl2rgb(h: number, s: number, l: number): IRGB;