| Package | net.guttershark.util.filters |
| Class | public class FilterMode |
| Constant | Defined 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 | ||
| CLAMP | constant |
public static const CLAMP:String = "clamp"Clamp the displacement to the edge of the source.
| COLOR | constant |
public static const COLOR:String = "color"Substitute the value in the color and alpha properties if the displacement value is outside the source.
| IGNORE | constant |
public static const IGNORE:String = "ignore"Ignore the displacement outside of the displacement value range.
| WRAP | constant |
public static const WRAP:String = "wrap"Wraps the displacement value to the other side of the source image.