Language version: | ActionScript 3.0 |
The ColorCorrection class provides values for the
flash.display.Stage.colorCorrection
property.
public static const DEFAULT:String = "default"
Language version: | ActionScript 3.0 |
Uses the host's default color correction. For the web player the host is usually a browser, and Flash Player
tries to use the same color correction as the web page hosting the SWF file.
public static const OFF:String = "off"
Language version: | ActionScript 3.0 |
Turns off color correction regardless of the player host environment.
This setting provides faster performance.
public static const ON:String = "on"
Language version: | ActionScript 3.0 |
Turns on color correction regardless of the player host environment, if available.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00