Skip to content

Instantly share code, notes, and snippets.

@jorgeatgu
Created April 23, 2015 19:36
Show Gist options
  • Save jorgeatgu/6ce53641f63414e43f1b to your computer and use it in GitHub Desktop.
Save jorgeatgu/6ce53641f63414e43f1b to your computer and use it in GitHub Desktop.
<filter id="multitable">
<feComponentTransfer result="tablas">
<feFuncR type="table" tableValues="1 0 1" exponent="5"/>
<feFuncG type="table" tableValues="1 0 1" exponent="2"/>
<feFuncB type="table" tableValues="1 0 1" exponent="5"/>
</feComponentTransfer>
<feColorMatrix type="saturate" in="tablas" in2="SourceGraphic" values="-5"/>
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment