SvgColourInterpolation Enum

Definition

Namespace Svg.DataTypes
Assembly Svg.Custom.dll

Specifies the color space for gradient interpolations, color animations and alpha compositing.

[TypeConverter(typeof(SvgColourInterpolationConverter))]
public enum SvgColourInterpolation

Remarks

When a child element is blended into a background, the value of the ‘color-interpolation’ property on the child determines the type of blending, not the value of the ‘color-interpolation’ on the parent. For gradients which make use of the ‘xlink:href’ attribute to reference another gradient, the gradient uses the ‘color-interpolation’ property value from the gradient element which is directly referenced by the ‘fill’ or ‘stroke’ property. When animating colors, color interpolation is performed according to the value of the ‘color-interpolation’ property on the element being animated.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Fields (4)