SVGBuilderExtensions.Amplitude
SVGBuilderExtensions.Amplitude method 
Sets the ‘amplitude’ attribute for a component transfer function element.
public static TBuilder Amplitude<TBuilder>(this TBuilder builder, double amplitude)
    where TBuilder : ISVGElementBuilder, ITransferFunctionAttributeSetter
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The builder instance. | 
| amplitude | The amplitude value for the transfer function. | 
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
 - interface ITransferFunctionAttributeSetter
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG