UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines (6 loc) 238 B
import { IColor } from './interfaces'; /** * Gets a color with the given alpha value and the same other components as `color`. * Does not modify the original color. */ export declare function updateA(color: IColor, a: number): IColor;