|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Defines a filter primitive that applies per-channel transfer functions (lookup tables) to modify the RGBA components of the input image.
Child elements "<feFuncR>", "<feFuncG>", "<feFuncB>", "<feFuncA>" define the transfer function for each channel.
Example usage:
This element takes no attributes of its own; the per-channel transfer functions are defined by child "<feFuncR>", "<feFuncG>", "<feFuncB>", and "<feFuncA>" elements.
Inherits standard filter primitive attributes (in, result, x, y, width, height) from donner::svg::SVGFilterPrimitiveStandardAttributes.