Paket | flash.text |
Klasse | public final class TextColorType |
Vererbung | TextColorType ![]() |
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | AIR 1.0, Flash Player 9 |
Verwandte API-Elemente
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
DARK_COLOR : String = "dark" [statisch]
Wird im Parameter „colorType“ der Methode „setAdvancedAntiAliasingTable()“ verwendet. | TextColorType | ||
LIGHT_COLOR : String = "light" [statisch]
Wird im Parameter „colorType“ der Methode „setAdvancedAntiAliasingTable()“ verwendet. | TextColorType |
Konstantendetails
DARK_COLOR | Konstante |
public static const DARK_COLOR:String = "dark"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | AIR 1.0, Flash Player 9 |
Wird im Parameter colorType
der Methode setAdvancedAntiAliasingTable()
verwendet. Verwenden Sie die Syntax TextColorType.DARK_COLOR
.
Verwandte API-Elemente
LIGHT_COLOR | Konstante |
public static const LIGHT_COLOR:String = "light"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | AIR 1.0, Flash Player 9 |
Wird im Parameter colorType
der Methode setAdvancedAntiAliasingTable()
verwendet. Verwenden Sie die Syntax TextColorType.LIGHT_COLOR
.
Verwandte API-Elemente
Tue Jun 12 2018, 10:04 AM Z