| Pacote | flash.filters |
| Classe | public final class DisplacementMapFilterMode |
| Herança | DisplacementMapFilterMode Object |
mode property
of the DisplacementMapFilter class.
| Constante | Definido por | ||
|---|---|---|---|
| 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 | ||
| CLAMP | Constante |
public static const CLAMP:String = "clamp"
Clamps the displacement value to the edge of the source image.
Use with the DisplacementMapFilter.mode property.
Veja também
| COLOR | Constante |
public static const COLOR:String = "color"
If the displacement value is outside the image, substitutes the values in
the color and alpha properties.
Use with the DisplacementMapFilter.mode property.
Veja também
| IGNORE | Constante |
public static const IGNORE:String = "ignore"
If the displacement value is out of range, ignores the displacement and uses the source pixel.
Use with the DisplacementMapFilter.mode property.
Veja também
| WRAP | Constante |
public static const WRAP:String = "wrap"
Wraps the displacement value to the other side of the source image.
Use with the DisplacementMapFilter.mode property.
Veja também