Conclusion

All of the filter primitives have been reviewed that are used in various combinations in SVG to create an array of filter effects. Table 6-5 is a reference table for all the filter primitive elements and their attributes. Note that because most of these elements have the attributes in and result, those attributes will not be included in the table.

Table 6-5. Filter Primitive Elements and Their Attributes
FILTER PRIMITIVE ELEMENT ATTRIBUTE
<feBlend> in2 ="second input value" mode="normal" | "multiply" | "screen" | "darker" | "lighter"
<feColorMatrix> type="matrix" | "saturate" | "hueRotate" | "luminanceToAlpha" values="number or list of numbers"
<feComponentTransfer> takes function elements:  
type="linear" | "gamma"| "table" | "discrete" ...

Get SVG for Web Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.