运行时版本: | AIR 1.0 Flash Player 9 |
DisplacementMapFilterMode 类为 DisplacementMapFilter 类的
mode
属性提供值。
public static const CLAMP:String = "clamp"
运行时版本: | AIR 1.0 Flash Player 9 |
将置换值锁定在源图像的边缘。用于 DisplacementMapFilter.mode
属性。
另请参见
public static const COLOR:String = "color"
运行时版本: | AIR 1.0 Flash Player 9 |
如果置换值在图像之外,则替换 color
和 alpha
属性中的值。用于 DisplacementMapFilter.mode
属性。
另请参见
public static const IGNORE:String = "ignore"
运行时版本: | AIR 1.0 Flash Player 9 |
如果置换值超出了范围,则忽略置换并使用源像素。用于 DisplacementMapFilter.mode
属性。
另请参见
public static const WRAP:String = "wrap"
运行时版本: | AIR 1.0 Flash Player 9 |
将置换值折返到源图像的另一侧。用于 DisplacementMapFilter.mode
属性。
另请参见
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Sun Dec 14 2008, 10:39 PM -08:00