| Package | flash.display |
| Class | public final class ColorCorrectionSupport |
| Inheritance | ColorCorrectionSupport Object |
flash.display.Stage.colorCorrectionSupport property.
See also
| Constant | Defined By | ||
|---|---|---|---|
| DEFAULT_OFF : String = "defaultOff" [static]
Color correction is supported, but off by default. | ColorCorrectionSupport | ||
| DEFAULT_ON : String = "defaultOn" [static]
Color correction is supported, and on by default. | ColorCorrectionSupport | ||
| UNSUPPORTED : String = "unsupported" [static]
Color correction is not supported by the host environment. | ColorCorrectionSupport | ||
| DEFAULT_OFF | Constant |
public static const DEFAULT_OFF:String = "defaultOff"Color correction is supported, but off by default.
| DEFAULT_ON | Constant |
public static const DEFAULT_ON:String = "defaultOn"Color correction is supported, and on by default.
| UNSUPPORTED | Constant |
public static const UNSUPPORTED:String = "unsupported"Color correction is not supported by the host environment.