tableValues property

Define the lookup table.

This property is read-only.

 

Syntax

HRESULT get_tableValues(
  [out] SVGAnimatedNumberList **numList
);

Property values

Type: SVGAnimatedNumberList

A list of numbers vā‚€, vā‚, ..., vā‚™ separated by white space and/or a comma, which define the lookup table. An empty list results in an identity transfer function. If the attribute is not specified, then the effect is as if an empty list were provided.

Standards information

See also

feComponentTransferelement

SVGFEFuncRElement