包 | flash.display |
类 | public final class ColorCorrectionSupport |
继承 | ColorCorrectionSupport Object |
语言版本: | 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, 11:04 AM Z