Color Blindness Emulation
March 10, 2021 ยท View on GitHub
This SVG file (filters.svg) contains filters that emulate following color
blindness types:
- Protanopia
- Protanomaly
- Deuteranopia
- Deuteranomaly
- Tritanopia
- Tritanomaly
- Achromatopsia
- Achromatomaly
EXAMPLE

This preview is the result of applying filters against test.jpg.
USAGE
You can use this SVG file from CSS filter property:
.foo {
filter: url('filters.svg#protanopia');
}
LICENSE
CC0