Package | flash.display |
Class | public final class BitmapEncodingColorSpace |
Inheritance | BitmapEncodingColorSpace ![]() |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.3, AIR 3.3 |
flash.display.BitmapData.encode()
method when specifying the compressor as
flash.display.JPEGXREncoderOptions.
For more information on these constants, see http://en.wikipedia.org/wiki/Chroma_subsampling.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
COLORSPACE_4_2_0 : String = "4:2:0" [static]
Specifies a subsampling scheme of 4:2:0. | BitmapEncodingColorSpace | ||
COLORSPACE_4_2_2 : String = "4:2:2" [static]
Specifies a subsampling scheme of 4:2:2. | BitmapEncodingColorSpace | ||
COLORSPACE_4_4_4 : String = "4:4:4" [static]
Specifies a subsampling scheme of 4:4:4. | BitmapEncodingColorSpace | ||
COLORSPACE_AUTO : String = "auto" [static]
Specifies a subsampling scheme of auto. | BitmapEncodingColorSpace |
Constant Detail
COLORSPACE_4_2_0 | Constant |
public static const COLORSPACE_4_2_0:String = "4:2:0"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.3, AIR 3.3 |
Specifies a subsampling scheme of 4:2:0.
COLORSPACE_4_2_2 | Constant |
public static const COLORSPACE_4_2_2:String = "4:2:2"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.3, AIR 3.3 |
Specifies a subsampling scheme of 4:2:2.
COLORSPACE_4_4_4 | Constant |
public static const COLORSPACE_4_4_4:String = "4:4:4"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.3, AIR 3.3 |
Specifies a subsampling scheme of 4:4:4.
COLORSPACE_AUTO | Constant |
public static const COLORSPACE_AUTO:String = "auto"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11.3, AIR 3.3 |
Specifies a subsampling scheme of auto. The auto scheme depends on the image that you are compressing, but has a default of 4:2:0.
Thu Dec 4 2014, 05:50 PM -08:00