UNPKG

@tabuckner/random-contrast-compliant-ts

Version:

This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).

13 lines (12 loc) 242 B
export interface IParsedColor { rgb: number[]; hsl: number[]; hsv: number[]; cmyk: number[]; keyword: string; hex: string; rgba: number[]; hsla: number[]; hsva: number[]; cmyka: number[]; }