SVG <feComponentTransfer> Element (original) (raw)
Last Updated : 31 Mar, 2022
- SVG stands for Scalable Vector Graphic. It can be used to make graphics and animations like in HTML canvas.
- element implements color manipulations on each color channel separately.
- The four color channel of this element are , ,, and .
- While performing color manipulations the element should only have one child element of each type.
Syntax:
----
Attributes :
- in - It store input for the given primitive.
Example 1:
HTML `
SVG Filter
`
Output :

Example 2:
HTML `
SVG Filter
`
Output :

Example 3 :
HTML `
SVG Filter
`
Output :