Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
<feFuncA>

A child element of <feComponentTransfer> defining the transfer function for the alpha channel.

Example usage:

<filter id="FadeAlpha">
<feComponentTransfer>
<feFuncA type="linear" slope="0.5" />
</feComponentTransfer>
</filter>

Source alpha slope=0.4

Attribute Default Description
type identity identity, table, discrete, linear, or gamma.
tableValues (none) List of values for table or discrete.
slope 1 Slope for linear.
intercept 0 Intercept for linear.
amplitude 1 Amplitude for gamma.
exponent 1 Exponent for gamma.
offset 0 Offset for gamma.