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

feFuncG

Description

The feFuncG element for SVG specifies the transfer function for the green 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

feBlend

feColorMatrix

feComponentTransfer

feComposite

feConvolveMatrix

feDiffuseLighting

feDisplacementMap

feDistantLight

feDropShadow

feFlood

feFuncA

feFuncB

feFuncR

feGaussianBlur

feImage

feMerge

feMergeMode

feMorphology

feOffset

fePointLight

feSpecularLighting

feSpotLight

feTile

feTurbulence

filter

World Wide Web Consortium (W3C)

HomeMenu