SVGFEColorMatrixElement.Values

SVGFEColorMatrixElement.Values property

Corresponds to attribute ‘values’ on the given ‘feColorMatrix’ element.

public SVGAnimatedNumberList Values { get; }

Property Value

The attribute ‘values’ of the given ‘feColorMatrix’ element.

See Also