SVGBuilderExtensions.TableValues

SVGBuilderExtensions.TableValues<TBuilder> method

Sets the ’tableValues’ attribute for a component transfer function element.

public static TBuilder TableValues<TBuilder>(this TBuilder builder, params double[] values)
    where TBuilder : ISVGElementBuilder, ITransferFunctionAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valuesThe table values for the transfer function.

Return Value

The builder instance for chaining.

See Also