HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

feFuncR

Description

The feFuncR element for SVG specifies the transfer function for the red component of the input graphic of the parent feComponentTransfer element.

Syntax

Attributes

amplitude

Specifies the amplitude of the gamma function.

Value
<number>
Default
1

exponent

Specifies the exponent of the gamma function.

Value
<number>
Default
1

intercept

Specifies the intercept of the linear function.

Value
<number>
Default
0

offset

Specifies the offset of the gamma function.

Value
<number>
Default
0

slope

Specifies the slope of the linear function.

Value
<number>
Default
1

tableValues

Specifies a list of numbers (v0, v1, ... vn) separated by white space and/or a comma, which define the lookup table.

Value
<list-of-numbers>
Default
(identity transfer)

type

Specifies the type of component transfer function.

Value
identity | table | discrete | linear | gamma
Default
identity

Examples

amplitude

<number>

exponent

<number>

intercept

<number>

offset

<number>

slope

<number>

tableValues

<list-of-numbers>

type

discrete

gamma

identity

linear

table