| 包 | flash.text |
| 类 | public final class TextColorType |
| 继承 | TextColorType Object |
| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 Flash Player 9 |
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| DARK_COLOR : String = "dark" [静态] 用于 setAdvancedAntiAliasingTable() 方法中的 colorType 参数。 | TextColorType | ||
| LIGHT_COLOR : String = "light" [静态] 用于 setAdvancedAntiAliasingTable() 方法中的 colorType 参数。 | TextColorType | ||
| DARK_COLOR | 常量 |
public static const DARK_COLOR:String = "dark"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 Flash Player 9 |
用于 setAdvancedAntiAliasingTable() 方法中的 colorType 参数。使用语法 TextColorType.DARK_COLOR。
另请参见
| LIGHT_COLOR | 常量 |
public static const LIGHT_COLOR:String = "light"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.0 Flash Player 9 |
用于 setAdvancedAntiAliasingTable() 方法中的 colorType 参数。使用语法 TextColorType.LIGHT_COLOR。
另请参见