December 2002
Beginner to intermediate
464 pages
8h 34m
English
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.
| 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" ... |