UNPKG

unified-video-framework

Version:

Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more

8 lines 268 B
export declare function hexToRgb(hex: string): { r: number; g: number; b: number; }; export declare function hexToRgba(hex: string, opacity: number): string; export declare function isValidHex(hex: string): boolean; //# sourceMappingURL=ColorUtils.d.ts.map