Skip to content

hail2u/color-blindness-emulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages