UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

4 lines (3 loc) 157 B
import { IHSV } from './interfaces'; /** Converts RGB components to an HSV color. */ export declare function rgb2hsv(r: number, g: number, b: number): IHSV;