套件 | 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 封裝為 4:4:4:4
| Context3DTextureFormat | ||
BGR_PACKED : String = "bgrPacked565" [靜態]
16 位元,BGR 封裝為 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 封裝為 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 封裝為 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, 03:47 PM Z