套件 | flash.text |
類別 | public final class TextColorType |
繼承 | TextColorType Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9 |
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
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
語法。
相關 API 元素
LIGHT_COLOR | 常數 |
public static const LIGHT_COLOR:String = "light"
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9 |
在 setAdvancedAntiAliasingTable()
方法的 colorType
參數中使用。 請使用 TextColorType.LIGHT_COLOR
語法。
相關 API 元素
Tue Jun 12 2018, 03:47 PM Z