パッケージ | flash.display |
クラス | public final class ColorCorrectionSupport |
継承 | ColorCorrectionSupport ![]() |
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
flash.display.Stage.colorCorrectionSupport
プロパティの値を提供します。
関連する API エレメント
パブリックプロパティ
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
DEFAULT_OFF : String = "defaultOff" [静的]
カラー補正はサポートされていますが、デフォルトでオフになっています。 | ColorCorrectionSupport | ||
DEFAULT_ON : String = "defaultOn" [静的]
カラー補正はデフォルトでサポートされています。 | ColorCorrectionSupport | ||
UNSUPPORTED : String = "unsupported" [静的]
カラー補正はホスト環境でサポートされていません。 | ColorCorrectionSupport |
定数の詳細
DEFAULT_OFF | 定数 |
public static const DEFAULT_OFF:String = "defaultOff"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
カラー補正はサポートされていますが、デフォルトでオフになっています。
DEFAULT_ON | 定数 |
public static const DEFAULT_ON:String = "defaultOn"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
カラー補正はデフォルトでサポートされています。
UNSUPPORTED | 定数 |
public static const UNSUPPORTED:String = "unsupported"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
カラー補正はホスト環境でサポートされていません。
Tue Jun 12 2018, 10:34 AM Z