BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
flash.display3D 

Context3DTextureFormat  - AS3

(Beta)
Packageflash.display3D
Classpublic final class Context3DTextureFormat
InheritanceContext3DTextureFormat Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 11, AIR 3

Defines the values to use for specifying a texture format.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
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

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