(color: string, alpha: number)
| 38 | }; |
| 39 | |
| 40 | export const getColorValue = (color: string, alpha: number) => { |
| 41 | return rgba2hex(Color(color).alpha(alpha).string()); |
| 42 | }; |
| 43 | |
| 44 | /** |
| 45 | * get single or multiple color object, transformed by color number |
no test coverage detected