| Package | flash.text |
| Class | public final class TextColorType |
| Inheritance | TextColorType Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
See also
Public Properties
Public Methods
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| 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 | ||
Constant Detail
DARK_COLOR | Constant |
public static const DARK_COLOR:String = "dark"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
Use the syntax TextColorType.DARK_COLOR.
See also
LIGHT_COLOR | Constant |
public static const LIGHT_COLOR:String = "light"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 Flash Player 9 |
Used in the colorType parameter in the setAdvancedAntiAliasingTable() method.
Use the syntax TextColorType.LIGHT_COLOR.
See also
Fri Mar 19 2010, 02:45 AM -07:00

Hide Inherited Public Properties
Show Inherited Public Properties