| Pacote | flash.text |
| Classe | public final class TextColorType |
| Herança | TextColorType Object |
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| DARK_COLOR : String = "dark" [static]
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
| TextColorType | ||
| LIGHT_COLOR : String = "light" [static]
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
| TextColorType | ||
| DARK_COLOR | Constante |
public static const DARK_COLOR:String = "dark"
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
Use the syntax TextColorType.DARK_COLOR.
Veja também
| LIGHT_COLOR | Constante |
public static const LIGHT_COLOR:String = "light"
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
Use the syntax TextColorType.LIGHT_COLOR.
Veja também