Field Detail
CLAMP
static public CLAMP:String Clamps the displacement value to the edge of the source image.
COLOR
static public COLOR:String
If the displacement value is outside the image, substitutes the values
in the color and alpha properties.
IGNORE
static public IGNORE:String
If the displacement value is out of range, ignores the displacement and
uses the source pixel.
WRAP
static public WRAP:String Wraps the displacement value to the other side of the source image.