包 | flash.display |
类 | public final class GradientType |
继承 | GradientType Object |
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
beginGradientFill()
和 lineGradientFill()
方法中的 type
参数提供值。
常量 | 定义方 | ||
---|---|---|---|
LINEAR : String = "linear" [static]
用于指定线性渐变填充的值。
| GradientType | ||
RADIAL : String = "radial" [static]
用于指定放射状渐变填充的值。
| GradientType |
LINEAR | 常量 |
public static const LINEAR:String = "linear"
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
用于指定线性渐变填充的值。
RADIAL | 常量 |
public static const RADIAL:String = "radial"
语言版本 : | ActionScript 3.0 |
Player 版本 : | Flash Player 9 |
用于指定放射状渐变填充的值。
当前页: http://livedocs.adobe.com/flash/9.0_cn/ActionScriptLangRefV3/flash/display/GradientType.html