| 包 | flash.display |
| 类 | public final class ColorCorrectionSupport |
| 继承 | ColorCorrectionSupport Object |
| 语言版本: | ActionScript 3.0 |
| 运行时版本: | Flash Player 10, AIR 1.5 |
flash.display.Stage.colorCorrectionSupport 属性提供值。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| 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 |
主机环境不支持颜色校正。