tableValues

The tableValues attribute defines a list of numbers defining a lookup table of values for a color component transfer function.

You can use this attribute with the following SVG elements:

Example

Usage notes

Value <list-of-numbers>
Default value Empty list resulting in identity transfer
Animatable Yes
<list-of-numbers>

This value holds a comma- and/or space-separated list of <number>s, which define a lookup table for the color component transfer function. Each number can be between 0 and 1.

An empty list results in an identity transfer function.

Specifications

Specification
Filter Effects Module Level 1
# element-attrdef-fecomponenttransfer-tablevalues