Property YChannelSelector
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
YChannelSelector
Indicates which channel from 'in2' to use to displace the pixels in 'in' along the y-axis.
public ISvgAnimatedEnumeration YChannelSelector { get; }
Property Value
- ISvgAnimatedEnumeration
yChannelSelector = "R | G | B | A"
An enumeration of the type SvgFilterChannelSelector. The default value is A.
Remarks
If attribute 'yChannelSelector' is not specified, then the effect is as if a value of A were specified.