Packagesekati.filters
Classpublic class FilterMode

FilterMode defines the mode of a Displacement Map Filter.



Public Methods
 MethodDefined by
  
FilterMode Static Constructor
FilterMode
Public Constants
 ConstantDefined by
  CLAMP : String = "clamp"
[static] Clamp the displacement to the edge of the source.
FilterMode
  COLOR : String = "color"
[static] Substitute the value in the color and alpha properties if the displacement value is outside the source.
FilterMode
  IGNORE : String = "ignore"
[static] Ignore the displacement outside of the displacement value range.
FilterMode
  WRAP : String = "wrap"
[static] Wraps the displacement value to the other side of the source image.
FilterMode
Constructor detail
FilterMode()constructor
public function FilterMode()

FilterMode Static Constructor

Constant detail
CLAMPconstant
public static const CLAMP:String = "clamp"

Clamp the displacement to the edge of the source.

COLORconstant 
public static const COLOR:String = "color"

Substitute the value in the color and alpha properties if the displacement value is outside the source.

IGNOREconstant 
public static const IGNORE:String = "ignore"

Ignore the displacement outside of the displacement value range.

WRAPconstant 
public static const WRAP:String = "wrap"

Wraps the displacement value to the other side of the source image.