SVGBuilderExtensions.ColorInterpolation
SVGBuilderExtensions.ColorInterpolation method
Sets the ‘color-interpolation’ attribute for an SVG element.
public static TBuilder ColorInterpolation<TBuilder>(this TBuilder builder, ColorInterpolation value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
| Parameter | Description |
|---|---|
| TBuilder | The type of the SVG element builder. |
| builder | The builder instance. |
| value | The predefined color interpolation value to set. |
Return Value
The builder instance for chaining.
See Also
- enum ColorInterpolation
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG