Table of Contents

Property XChannelSelector

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

XChannelSelector

Indicates which channel from 'in2' to use to displace the pixels in 'in' along the x-axis.

public ISvgAnimatedEnumeration XChannelSelector { get; }

Property Value

ISvgAnimatedEnumeration

xChannelSelector = "R | G | B | A"

An enumeration of the type SvgFilterChannelSelector. The default value is A.

Remarks

If attribute 'xChannelSelector' is not specified, then the effect is as if a value of A were specified.