Pakket | flash.display3D |
Klasse | public final class Context3DTextureFormat |
Overerving | Context3DTextureFormat Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BGRA : String = "bgra" [statisch]
| Context3DTextureFormat | ||
BGRA_PACKED : String = "bgraPacked4444" [statisch]
16-bits, bgra ingepakt als 4:4:4:4
| Context3DTextureFormat | ||
BGR_PACKED : String = "bgrPacked565" [statisch]
16-bits, bgr ingepakt als 5:6:5
| Context3DTextureFormat | ||
COMPRESSED : String = "compressed" [statisch]
| Context3DTextureFormat | ||
COMPRESSED_ALPHA : String = "compressedAlpha" [statisch]
| Context3DTextureFormat | ||
RGBA_HALF_FLOAT : String = "rgbaHalfFloat" [statisch]
| Context3DTextureFormat |
Constantedetails
BGR_PACKED | Constante |
public static const BGR_PACKED:String = "bgrPacked565"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11.7, AIR 3.7 |
16-bits, bgr ingepakt als 5:6:5
BGRA | Constante |
public static const BGRA:String = "bgra"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
BGRA_PACKED | Constante |
public static const BGRA_PACKED:String = "bgraPacked4444"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11.7, AIR 3.7 |
16-bits, bgra ingepakt als 4:4:4:4
COMPRESSED | Constante |
public static const COMPRESSED:String = "compressed"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
COMPRESSED_ALPHA | Constante |
public static const COMPRESSED_ALPHA:String = "compressedAlpha"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11.4, AIR 3.4 |
RGBA_HALF_FLOAT | Constante |
public static const RGBA_HALF_FLOAT:String = "rgbaHalfFloat"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 14, AIR 14 |
Wed Jun 13 2018, 11:42 AM Z