[]
Builtin DisplacementMap effect.
public class DisplacementMap : Effect, IDisposable, IUnknown
| Name | Description |
|---|---|
| DisplacementMap(IntPtr) | Initializes a new instance of the DisplacementMap class. |
| Name | Description |
|---|---|
| Scale | Multiplies the intensity of the selected channel from the displacement image. The higher you set this property, the more the effect displaces the pixels |
| XChannelSelect | The effect extracts the intensity from this color channel and uses it to spatially displace the image in the X direction. See Color channels for more info. |
| YChannelSelect | The effect extracts the intensity from this color channel and uses it to spatially displace the image in the Y direction. See Color channels for more info. |
| Name | Description |
|---|---|
| Create(DeviceContext) | Initializes a new instance of DisplacementMap effect. |