Back to Content

Index

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

latest709 B
Original Source

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

Usage context

{{svginfo}}

DOM Interface

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{SVGElement("filter")}}
  • {{SVGElement("animate")}}
  • {{SVGElement("set")}}
  • {{SVGElement("feComponentTransfer")}}
  • {{SVGElement("feFuncA")}}
  • {{SVGElement("feFuncB")}}
  • {{SVGElement("feFuncG")}}
  • SVG tutorial: Filter effects