UNPKG

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