| Package | flash.filters |
| Class | public final class DisplacementMapFilterMode |
| Inheritance | DisplacementMapFilterMode Object |
mode property
of the DisplacementMapFilter class.
| Property | Defined by | ||
|---|---|---|---|
| CLAMP : String = "clamp" [static]
Clamps the displacement value to the edge of the source image.
| DisplacementMapFilterMode | ||
| COLOR : String = "color" [static]
If the displacement value is outside the image, substitutes the values in
the
color and alpha properties. | DisplacementMapFilterMode | ||
| IGNORE : String = "ignore" [static]
If the displacement value is out of range, ignores the displacement and uses the source pixel.
| DisplacementMapFilterMode | ||
| WRAP : String = "wrap" [static]
Wraps the displacement value to the other side of the source image.
| DisplacementMapFilterMode | ||
public static const CLAMP:String = "clamp"
DisplacementMapFilter.mode property.
See also
| flash.filters.DisplacementMapFilter.mode |
public static const COLOR:String = "color"
color and alpha properties.
Use with the DisplacementMapFilter.mode property.
See also
| flash.filters.DisplacementMapFilter.mode |
public static const IGNORE:String = "ignore"
DisplacementMapFilter.mode property.
See also
| flash.filters.DisplacementMapFilter.mode |
public static const WRAP:String = "wrap"
DisplacementMapFilter.mode property.
See also
| flash.filters.DisplacementMapFilter.mode |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/filters/DisplacementMapFilterMode.html