hail2u / color-blindness-emulation

SVG filter collection that emulate 8 types of color blindness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Blindness Emulation

This SVG file (filters.svg) contains filters that emulate following color blindness types:

  • Protanopia
  • Protanomaly
  • Deuteranopia
  • Deuteranomaly
  • Tritanopia
  • Tritanomaly
  • Achromatopsia
  • Achromatomaly

EXAMPLE

Results of color blindness emulation provided by filters.svg

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

About

SVG filter collection that emulate 8 types of color blindness


Languages

Language:HTML 100.0%