UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 185 B
import type { IRGB, IColor } from './interfaces'; /** Converts an RGBA color to a color object (alpha defaults to 100). */ export declare function getColorFromRGBA(rgba: IRGB): IColor;