Package | flash.display |
Class | public final class ColorCorrection |
Inheritance | ColorCorrection ![]() |
flash.display.Stage.colorCorrection
property.
See also
Constant | Defined By | ||
---|---|---|---|
DEFAULT : String = "default" [static]
Uses the host's default color correction. | ColorCorrection | ||
OFF : String = "off" [static]
Turns off color correction regardless of the player host environment. | ColorCorrection | ||
ON : String = "on" [static]
Turns on color correction regardless of the player host environment, if available. | ColorCorrection |
DEFAULT | Constant |
public static const DEFAULT:String = "default"
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.
OFF | Constant |
public static const OFF:String = "off"
Turns off color correction regardless of the player host environment. This setting provides faster performance.
ON | Constant |
public static const ON:String = "on"
Turns on color correction regardless of the player host environment, if available.