| Package | flash.display3D | 
| Class | public final class Context3DTextureFormat | 
| Inheritance | Context3DTextureFormat    Object | 
| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 11, AIR 3 | 
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Public Constants
| 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 | ||
Constant Detail
BGR_PACKED | Constant | 
public static const BGR_PACKED:String = "bgrPacked565"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 11.7, AIR 3.7 | 
16 bit, bgr packed as 5:6:5
BGRA | Constant | 
public static const BGRA:String = "bgra"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 11, AIR 3 | 
BGRA_PACKED | Constant | 
public static const BGRA_PACKED:String = "bgraPacked4444"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 11.7, AIR 3.7 | 
16 bit, bgra packed as 4:4:4:4
COMPRESSED | Constant | 
public static const COMPRESSED:String = "compressed"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 11, AIR 3 | 
COMPRESSED_ALPHA | Constant | 
public static const COMPRESSED_ALPHA:String = "compressedAlpha"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 11.4, AIR 3.4 | 
RGBA_HALF_FLOAT | Constant | 
public static const RGBA_HALF_FLOAT:String = "rgbaHalfFloat"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 14, AIR 14 | 
Thu Dec 4 2014, 05:50 PM -08:00
 