The feFuncA SVG element specifies the transfer function for the red component of the input graphic of the parent feComponentTransfer element.
Attributes
amplitude
Specifies the amplitude of the gamma function.
Value
Default
exponent
Specifies the exponent of the gamma function.
Value
Default
intercept
Specifies the intercept of the linear function.
Value
Default
offset
Specifies the offset of the gamma function.
Value
Default
slope
Specifies the slope of the linear function.
Value
Default
tableValues
Specifies a list of numbers (v0, v1, ... vn) separated by white space and/or a comma, which define the lookup table.
Value
Default
type
Specifies the type of component transfer function.
Value
identity | table | discrete | linear | gamma
Default
amplitude
<number>
exponent
<number>
intercept
<number>
offset
<number>
slope
<number>
tableValues
<list-of-numbers>
type
discrete
gamma
identity
linear
table
Internal
External