UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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