class js.html.svg.FEColorMatrixElement extends Element
Available on js
This filter changes colors based on a transformation matrix. Every pixel's color value (represented by an [R,G,B,A] vector) is matrix multiplated to create a new color.
Documentation for this class was provided by MDN.