UNPKG

niram

Version:

A javascript library to convert between various css colour formats.

4 lines (3 loc) 225 B
export declare function getAlphaHexFromFraction(alphaFraction?: number): string; export declare function getAlphaFractionFromHex(alphaHex?: string): number; export declare function numberTo2Hex(num: string | number): string;