SVGFEDisplacementMapElementBuilder.YChannelSelector

SVGFEDisplacementMapElementBuilder.YChannelSelector method

Sets the ‘yChannelSelector’ attribute of the feDisplacementMap element.

public SVGFEDisplacementMapElementBuilder YChannelSelector(ChannelSelector value)
ParameterTypeDescription
valueChannelSelectorThe channel to use for displacement along the y-axis.

Return Value

The current builder instance.

See Also