包 | flash.display3D |
类 | public final class Context3DTextureFormat |
继承 | Context3DTextureFormat Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11, AIR 3 |
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
BGRA : String = "bgra" [静态]
| Context3DTextureFormat | ||
BGRA_PACKED : String = "bgraPacked4444" [静态]
16位,BGRA_PACKED 为 4:4:4:4
| Context3DTextureFormat | ||
BGR_PACKED : String = "bgrPacked565" [静态]
16位,BGR_PACKED 为 5:6:5
| Context3DTextureFormat | ||
COMPRESSED : String = "compressed" [静态]
| Context3DTextureFormat | ||
COMPRESSED_ALPHA : String = "compressedAlpha" [静态]
| Context3DTextureFormat | ||
RGBA_HALF_FLOAT : String = "rgbaHalfFloat" [静态]
| Context3DTextureFormat |
常量详细信息
BGR_PACKED | 常量 |
public static const BGR_PACKED:String = "bgrPacked565"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.7, AIR 3.7 |
16位,BGR_PACKED 为 5:6:5
BGRA | 常量 |
BGRA_PACKED | 常量 |
public static const BGRA_PACKED:String = "bgraPacked4444"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.7, AIR 3.7 |
16位,BGRA_PACKED 为 4:4:4:4
COMPRESSED | 常量 |
public static const COMPRESSED:String = "compressed"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11, AIR 3 |
COMPRESSED_ALPHA | 常量 |
public static const COMPRESSED_ALPHA:String = "compressedAlpha"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.4, AIR 3.4 |
RGBA_HALF_FLOAT | 常量 |
public static const RGBA_HALF_FLOAT:String = "rgbaHalfFloat"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 14, AIR 14 |
Tue Jun 12 2018, 11:04 AM Z