enum DisplacementMode { DisplacementMode_Wrap, DisplacementMode_Clamp, DisplacementMode_Ignore, DisplacementMode_Color, DisplacementMode_Count };
The mode of displacement.
Members |
Description |
DisplacementMode_Wrap |
Wraps the displacement value to the other side of the source image |
DisplacementMode_Clamp |
Clamps the displacement value to the edge of the source image. |
DisplacementMode_Ignore |
If the displacement value is out of range, ignores the displacement and uses the source pixel. |
DisplacementMode_Color |
If the displacement value is outside the image, substitutes the values in the color and alpha properties. |
DisplacementMode_Count |
The number of modes. |
Render_Filters.h