パッケージ | flash.display3D |
クラス | public final class Context3DTextureFormat |
継承 | Context3DTextureFormat ![]() |
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 11, AIR 3 |
関連する API エレメント
パブリックプロパティ
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
BGRA : String = "bgra" [静的]
| Context3DTextureFormat | ||
BGRA_PACKED : String = "bgraPacked4444" [静的]
16 bit、4:4:4:4 でパックされた BGRA
| Context3DTextureFormat | ||
BGR_PACKED : String = "bgrPacked565" [静的]
16 bit、5:6:5 でパックされた BGR
| 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 bit、5:6:5 でパックされた BGR
BGRA | 定数 |
BGRA_PACKED | 定数 |
public static const BGRA_PACKED:String = "bgraPacked4444"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 11.7, AIR 3.7 |
16 bit、4:4:4:4 でパックされた BGRA
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, 10:34 AM Z