Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The ColorCorrectionSupport class provides values for the
flash.display.Stage.colorCorrectionSupport
property.
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.
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.
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.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00