Click or drag to resize
DisplacementMapEffectYChannelSelect Property
The effect extracts the intensity from this color channel and uses it to spatially displace the image in the Y direction. Default value Alpha.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public EffectChannelSelect YChannelSelect { get; set; }

Property Value

Type: EffectChannelSelect
See Also