| Package | flash.text |
| Class | public final class TextColorType |
| Inheritance | TextColorType Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0, Flash Player 9 |
Related API Elements
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.
Related API Elements
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.
Related API Elements
Thu Dec 6 2018, 01:12 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties