This SVG file (filters.svg) contains filters that emulate following color
blindness types:
- Protanopia
- Protanomaly
- Deuteranopia
- Deuteranomaly
- Tritanopia
- Tritanomaly
- Achromatopsia
- Achromatomaly
This preview is the result of applying filters against test.jpg.
You can use this SVG file from CSS filter property:
.foo {
filter: url('filters.svg#protanopia');
}
CC0
