yChannelSelector property
Specifies which color channel (R/G/B/A) from image 2 to use for the y displacement property with a FEDisplacementMap element.
This property is read-only.
Syntax
HRESULT get_yChannelSelector(
[out] SVGAnimatedEnumeration **yChannelValue
);
Property values
Type: SVGAnimatedEnumeration
One of the following values:
Value | Condition |
---|---|
R R | Red component of a pixel. |
G G | Green component of a pixel. |
B B | Blue component of a pixel. |
A A | Alpha or opacity component of a pixel. |
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.17