Back to Content

Index

files/en-us/web/svg/reference/element/fefunca/index.md

latest887 B
Original Source

The <feFuncA> SVG filter primitive defines the transfer function for the alpha component of the input graphic of its parent {{SVGElement("feComponentTransfer")}} element.

Usage context

{{svginfo}}

DOM Interface

This element implements the {{domxref("SVGFEFuncAElement")}} interface.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • SVG Filter primitive attributes
  • {{SVGAttr('flood-color')}} attribute
  • {{SVGAttr('flood-opacity')}} attribute
  • {{SVGElement("filter")}}
  • {{SVGElement("animate")}}
  • {{SVGElement("set")}}
  • {{SVGElement("feComponentTransfer")}}
  • {{SVGElement("feFuncR")}}
  • {{SVGElement("feFuncB")}}
  • {{SVGElement("feFuncG")}}
  • SVG tutorial: Filter effects