UNPKG

@csegames/camelot-unchained

Version:

Camelot Unchained Client Library

4 lines (3 loc) 228 B
export declare const hex2rgba: (color: string, alpha: number) => string; export declare const darkenColor: (color: string, amount: number) => string; export declare const lightenColor: (color: string, amount: number) => string;