| Package | flash.display3D |
| Class | public final class Context3DTextureFormat |
| Inheritance | Context3DTextureFormat Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
See also
| Constant | Defined by | ||
|---|---|---|---|
| BGRA : String = "bgra" [static]
| Context3DTextureFormat | ||
| BGRA_PACKED : String = "bgraPacked4444" [static]
16 bit, bgra packed as 4:4:4:4
| Context3DTextureFormat | ||
| BGR_PACKED : String = "bgrPacked565" [static]
16 bit, bgr packed as 5:6:5
| Context3DTextureFormat | ||
| COMPRESSED : String = "compressed" [static]
| Context3DTextureFormat | ||
| COMPRESSED_ALPHA : String = "compressedAlpha" [static]
| Context3DTextureFormat | ||
| RGBA_HALF_FLOAT : String = "rgbaHalfFloat" [static]
| Context3DTextureFormat | ||
| BGRA | constant |
| BGRA_PACKED | constant |
public static const BGRA_PACKED:String = "bgraPacked4444"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3.7 |
16 bit, bgra packed as 4:4:4:4
| BGR_PACKED | constant |
public static const BGR_PACKED:String = "bgrPacked565"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3.7 |
16 bit, bgr packed as 5:6:5
| COMPRESSED | constant |
public static const COMPRESSED:String = "compressed"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
| COMPRESSED_ALPHA | constant |
public static const COMPRESSED_ALPHA:String = "compressedAlpha"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3.4 |
| RGBA_HALF_FLOAT | constant |
public static const RGBA_HALF_FLOAT:String = "rgbaHalfFloat"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 14 |