(config: Theme)
| 37 | } |
| 38 | |
| 39 | export function getSVGFilterMatrixValue(config: Theme): string { |
| 40 | return toSVGMatrix(createFilterMatrix(config)); |
| 41 | } |
| 42 | |
| 43 | export function getSVGReverseFilterMatrixValue(): string { |
| 44 | return toSVGMatrix(Matrix.invertNHue()); |
no test coverage detected