Paket | flash.display3D |
Klasse | public final class Context3DTextureFormat |
Vererbung | Context3DTextureFormat Object |
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Verwandte API-Elemente
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
BGRA : String = "bgra" [statisch]
| Context3DTextureFormat | ||
BGRA_PACKED : String = "bgraPacked4444" [statisch]
16 Bit, bgra gepackt als 4:4: 4:4
| Context3DTextureFormat | ||
BGR_PACKED : String = "bgrPacked565" [statisch]
16 Bit, bgr gepackt als 5:6: 5
| Context3DTextureFormat | ||
COMPRESSED : String = "compressed" [statisch]
| Context3DTextureFormat | ||
COMPRESSED_ALPHA : String = "compressedAlpha" [statisch]
| Context3DTextureFormat | ||
RGBA_HALF_FLOAT : String = "rgbaHalfFloat" [statisch]
| Context3DTextureFormat |
Konstantendetails
BGR_PACKED | Konstante |
public static const BGR_PACKED:String = "bgrPacked565"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11.7, AIR 3.7 |
16 Bit, bgr gepackt als 5:6: 5
BGRA | Konstante |
public static const BGRA:String = "bgra"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
BGRA_PACKED | Konstante |
public static const BGRA_PACKED:String = "bgraPacked4444"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11.7, AIR 3.7 |
16 Bit, bgra gepackt als 4:4: 4:4
COMPRESSED | Konstante |
public static const COMPRESSED:String = "compressed"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
COMPRESSED_ALPHA | Konstante |
public static const COMPRESSED_ALPHA:String = "compressedAlpha"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11.4, AIR 3.4 |
RGBA_HALF_FLOAT | Konstante |
public static const RGBA_HALF_FLOAT:String = "rgbaHalfFloat"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 14, AIR 14 |
Tue Jun 12 2018, 10:04 AM Z