| パッケージ | flash.display |
| クラス | public final class BitmapEncodingColorSpace |
| 継承 | BitmapEncodingColorSpace Object |
| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11.3, AIR 3.3 |
flash.display.BitmapData.encode() メソッドによるカラーチャネルのサンプル方法を指定する定数を定義します。
これらの定数について詳しくは、http://en.wikipedia.org/wiki/Chroma_subsampling を参照してください。
関連する API エレメント
パブリックプロパティ
パブリックメソッド
パブリック定数
| 定数 | 定義元 | ||
|---|---|---|---|
| COLORSPACE_4_2_0 : String = "4:2:0" [静的]
4:2:0 のサブサンプルスキームを指定します。 | BitmapEncodingColorSpace | ||
| COLORSPACE_4_2_2 : String = "4:2:2" [静的]
4:2:2 のサブサンプルスキームを指定します。 | BitmapEncodingColorSpace | ||
| COLORSPACE_4_4_4 : String = "4:4:4" [静的]
4:4:4 のサブサンプルスキームを指定します。 | BitmapEncodingColorSpace | ||
| COLORSPACE_AUTO : String = "auto" [静的]
自動のサブサンプルスキームを指定します。 | BitmapEncodingColorSpace | ||
定数の詳細
COLORSPACE_4_2_0 | 定数 |
public static const COLORSPACE_4_2_0:String = "4:2:0"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11.3, AIR 3.3 |
4:2:0 のサブサンプルスキームを指定します。
COLORSPACE_4_2_2 | 定数 |
public static const COLORSPACE_4_2_2:String = "4:2:2"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11.3, AIR 3.3 |
4:2:2 のサブサンプルスキームを指定します。
COLORSPACE_4_4_4 | 定数 |
public static const COLORSPACE_4_4_4:String = "4:4:4"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11.3, AIR 3.3 |
4:4:4 のサブサンプルスキームを指定します。
COLORSPACE_AUTO | 定数 |
public static const COLORSPACE_AUTO:String = "auto"| 言語バージョン: | ActionScript 3.0 |
| ランタイムバージョン: | Flash Player 11.3, AIR 3.3 |
自動のサブサンプルスキームを指定します。自動スキームは圧縮する画像によって異なりますが、デフォルトは 4:2:0 です。
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示