Packageflash.display3D
Classpublic final class Context3DTextureFormat
InheritanceContext3DTextureFormat Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 3

Defines the values to use for specifying a texture format.

See also

Context3D.createTexture()
Context3D.createCubeTexture()


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
BGRAconstant
public static const BGRA:String = "bgra"

Language version: ActionScript 3.0
Runtime version: AIR 3

BGRA_PACKEDconstant 
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_PACKEDconstant 
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

COMPRESSEDconstant 
public static const COMPRESSED:String = "compressed"

Language version: ActionScript 3.0
Runtime version: AIR 3

COMPRESSED_ALPHAconstant 
public static const COMPRESSED_ALPHA:String = "compressedAlpha"

Language version: ActionScript 3.0
Runtime version: AIR 3.4

RGBA_HALF_FLOATconstant 
public static const RGBA_HALF_FLOAT:String = "rgbaHalfFloat"

Language version: ActionScript 3.0
Runtime version: AIR 14