Package | flash.display |
Class | public final class ColorCorrectionSupport |
Inheritance | ColorCorrectionSupport Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
flash.display.Stage.colorCorrectionSupport
property.
Related API Elements
Public Properties
Public Methods
Public Constants
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 |
Constant Detail
DEFAULT_OFF | Constant |
public static const DEFAULT_OFF:String = "defaultOff"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Color correction is supported, but off by default.
DEFAULT_ON | Constant |
public static const DEFAULT_ON:String = "defaultOn"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Color correction is supported, and on by default.
UNSUPPORTED | Constant |
public static const UNSUPPORTED:String = "unsupported"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Color correction is not supported by the host environment.
Mon Nov 28 2011, 06:48 AM -08:00